No prompt de comando do cmd, esse comando me levará ao meu diretório pessoal:
cd %UserProfile%
No prompt de comando do PowerShell, o mesmo comando produz este erro:
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
Qual é o comando equivalente no PowerShell?