- Open PowerShell.Tip: You can add “Open PowerShell As Administrator” context menu.
- Type or copy-paste the following command:
Get-Host | Select-Object Version. - In the output, you will see the version of PowerShell.
- Alternatively, type
$PSVersionTableand hit the Enter key. - See the
PSVersionline.