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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
To determine the PowerShell version you are running just execute the following command:
get-host | select Version