Al prompt dei comandi cmd, questo comando mi porterà alla mia directory home:
cd %UserProfile%
Al prompt dei comandi di PowerShell, lo stesso comando produce questo errore:
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 è il comando equivalente in PowerShell?