Skip to content
mnaoumov.dev
Go back

How to check current PowerShell version

The easiest way to determine current PowerShell version is to execute the following script:

$Host.Version  

Share this post on:

Previous Post
About me
Next Post
Debugger.Launch() analogue for PowerShell