Lets start with a file we now exists PS> Test-Path -Path c:scriptsutilsaccelerators.ps1 True By default we get the container when we use split-path PS> Split-Path -Path c:scriptsutilsaccelerators.ps1 c:scriptsutils This is equivalent of PS> Split… Read the full text.