How to check which version of PowerShell?
These 2 commands below can show you which version of PowerShell Engine is running on your machine.
- $psversiontable
- get-host
These 2 commands below can show you which version of PowerShell Engine is running on your machine.