Determine PowerShell version
To determine the PowerShell version you are running just execute the following command:
get-host | select Version
Comments
- Anonymous
January 01, 2003
The comment has been removed
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
To determine the PowerShell version you are running just execute the following command:
get-host | select Version