Closed stinos closed 3 years ago
I have network drives like this:
> Get-ZLocation .... 1 Microsoft.PowerShell.Core\FileSystem::\\server\share ....
and this works with cd, with and without the prefix:
cd
> Set-Location \\server\share > Set-Location Microsoft.PowerShell.Core\FileSystem::\\server\share
but ZLocation handles none of these:
> Set-ZLocation \\server\share WARNING: Cannot find matching location > Set-ZLocation Microsoft.PowerShell.Core\FileSystem::\\server\share WARNING: Cannot find matching location
Same behavior on PS 5.1 and 7.1
Sorry didn't realize I tested this with an older release, fixed in (at least) 1.4.2
I have network drives like this:
and this works with
cd
, with and without the prefix:but ZLocation handles none of these:
Same behavior on PS 5.1 and 7.1