Summary: Learn how to check your version of Windows PowerShell.
How can I find what version of Windows PowerShell my computer is running?
Use the automatic $PSVersionTable variable, and check the PSVersion property, for example:
$PSVersionTable.PSVersion