If you need to know what version of PowerShell you have installed there are many ways to figure it out:

  1. In PowerShell, type: get-host
    • In PowerShell, type: get-host | select-object version
  2. In PowerShell, type: ConsoleHost
    • deprecated
  3. In PowerShell, type: $PSVersionTable
  4. In PowerShell, type: Get-PSSnapin
  5. Check the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1 \2 \3 \4 \5

If you would like to download the most current 2016 build (5.0), you can get it directly from Microsoft HERE.

what-version-of-powershell

Thanks to several other sites for assistance but mostly http://stackoverflow.com/questions/1825585/determine-installed-powershell-version


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *