How to check current installed version of PowerShell?

How to check current installed version of PowerShell?

  • Comments 0

To determine the current installed version of PowerShell; in PowerShell type the following built in variable : $PSVersionTable.

PSVersionTable

If we use Get-Host it will just shows you the version of the host (i.e. of Console.Exe) as below:

PSGet-Host

Leave a Comment
  • Please add 6 and 6 and type the answer here:
  • Post