Wednesday, January 16, 2019

Powershell Tips – How to know installed Powershell version

Need to know which version of Powershell you’re using?

As easy as:

  1. Open an elevated Powershell console

  2. Run the follow command:
    $PSVersionTable

  3. You’ll get a complete list of installed versions for each module:

No comments:

Post a Comment