PS D:\> Push-Location "D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marshall Mathers LP [2000]"
Push-Location : Cannot find path 'D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marshall Mathers LP [2000]' because it does not exist.
At line:1 char:1
+ Push-Location "D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marsha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\SILO\MEDIA.M...thers LP [2000]:String) [Push-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.PushLocationCommand
PS D:\> cd "D:\SILO\MEDIA.MASTER\MUSIC3\Eminem"
PS D:\SILO\MEDIA.MASTER\MUSIC3\Eminem> cd '.\Eminem - The Marshall Mathers LP `[2000`]'
PS D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marshall Mathers LP [2000]> cd "D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marshall Mathers LP [2000]"
cd : Cannot find path 'D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marshall Mathers LP [2000]' because it does not exist.
At line:1 char:1
+ cd "D:\SILO\MEDIA.MASTER\MUSIC3\Eminem\Eminem - The Marshall Mathers ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\SILO\MEDIA.M...thers LP [2000]:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
You can see that both Push-Location and CD does not work but when I use CD in sections it works.