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
PSVersionline which display the version


Leave A Comment?