Mw Windows 8.1 PC is Italian.
I installed PowerShell and when there is a problem part of the message is in Italian.
Let me provide an example:
MyFunction : Termine 'MyFunction' non riconosciuto come nome di cmdlet, funzione, programma eseguibile o file script. Controllare
l'ortografia del nome o verificare che il percorso sia incluso e corretto, quindi riprovare.
In C:\Users\marius\Desktop\Powershell\myscript.ps1:30 car:30
+ $cartella = $vm.property | MyFunction
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MyFunction:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Is there any way to tell PowerShell to provide messages in English, to make easier browsing the web for documentation and solution?
Regards
marius