En el símbolo del sistema cmd, este comando me llevará a mi directorio de inicio:
cd %UserProfile%
En el símbolo del sistema de PowerShell, el mismo comando produce este error:
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
¿Cuál es el comando equivalente en PowerShell?