What Version of Windows PowerShell do I have running?
How to determine what version of Windows PowerShell is installed on your windows server?
Solution
Open PowerShell and run
$PSVersionTable.PSVersion
You will then see the result displayed obviously.