An der Eingabeaufforderung von cmd bringt mich dieser Befehl in mein Ausgangsverzeichnis:
cd %UserProfile%
An der PowerShell-Eingabeaufforderung erzeugt derselbe Befehl den folgenden Fehler:
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
Was ist der entsprechende Befehl in PowerShell?