Summary: Learn how to find your Windows PowerShell version easily.
How can I use Windows PowerShell to tell me what version of Windows PowerShell I am running?
Use the $PsVersionTable automatic variable. To see the major, minor, build, and revision of Windows PowerShell, use the following:
$PSVersionTable.PSVersion