Skip to primary content

Knowledge Are to Be Shared

Hope to share and Share to grow

Knowledge Are to Be Shared

Main menu

  • Home

Post navigation

← Previous Next →

How to find my powershell version

Posted on 18 July 2021 by admin
  1. Open PowerShell.Tip: You can add “Open PowerShell As Administrator” context menu.
  2. Type or copy-paste the following command: Get-Host | Select-Object Version.
  3. In the output, you will see the version of PowerShell.
  4. Alternatively, type $PSVersionTable and hit the Enter key.
  5. See the PSVersion line.
This entry was posted in Powershell by admin. Bookmark the permalink.
Proudly powered by WordPress