Thursday 9 June 2016

Determine installed PowerShell version on system.

Hello Folks,

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



There may be other ways to get this but by far use only this approach to get this information as it is the most reliable option to get the correct information.

Happy Scripting..

No comments:

Post a Comment