http://aikitsupport.com/how-to-check-... Today we will explore How to Check the PowerShell Version? There are some commands which we can refer to check the PowerShell Version.
Let’s see what the commands are and which is best for you?
You need to launch the PowerShell Console and run a command as “Get-Host”
Then You can Run Command as “$PSVersionTable”
At Last You can run a Command as “$PSVersionTable.PSVersion”
http://aikitsupport.com/how-to-check-...