How to find the PowerShell version in Windows

Configurare noua (How To)

Situatie

There are situations when you need to know which version of PowerShell you are using, for this you can use one of the following:

Solutie

Pasi de urmat
  • open PowerShell
  • execute the following command: Get-Host | Select-Object Version
  • In the output, you will note the version of PowerShell

  • open PowerShell
  • execute the following command: $PSVersionTable
  • In the output, you will note the PSVersion line which display the version

Tip solutie

Permanent

Voteaza

(5 din 18 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?