Inspired by one of my delegates I decided to find out how I could determine the version of PowerShell I was running. Turns out it is really easy!
Open PowerShell and type $Host.Version
Result should look like this:
For PowerShell version 2 the Major value will = 2 and so on..
Thank you Hiroyuki for making me do this
No comments:
Post a Comment