PowerShell Split-Path Cmdlet

PowerShell Split-Path Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Test-Path cmdlet in PowerShell. https://cloudaffaire.com/powershell-test-path-cmdlet/ In this blog post, we will discuss Split-Path cmdlet in PowerShell. You can use Split-Path cmdlet to split a path of an item into segments and get the required segment. For example, you Split-Path cmdlet can be used to get a file or directory name from a path. Split-Path…

Comments Off on PowerShell Split-Path Cmdlet