À l'invite de commande cmd, cette commande m'amènera dans mon répertoire personnel:
cd %UserProfile%
À l'invite de commandes PowerShell, la même commande génère cette erreur:
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
Quelle est la commande équivalente dans PowerShell?