В командной строке cmd эта команда приведет меня в мой домашний каталог:
cd %UserProfile%
В командной строке PowerShell эта же команда выдает следующую ошибку:
Set-Location : Cannot find path 'C:\%UserProfile%' because it does not exist.
At line:1 char:3
+ cd <<<< %UserProfile%
+ CategoryInfo : ObjectNotFound: (C:\%UserProfile%:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
Что такое эквивалентная команда в PowerShell?