How to Check PowerShell Version in Windows 10?

  • 5 years ago
How to Check PowerShell Version in Windows 10?

Step 1: Press 'Windows + r' key on the keyboard to get 'Run' Window.

Step 2: Type 'powershell' in the box without quotes, and then click on 'ok' button.

Step 3: To Check powershell version, you can use any of the command below:-

$PSVersionTable

or


Get-Host | Select-Object Version

Step 4: After typing the command, hit enter key on the keyboard. you will get powershell version.

It's done


Thanks for watching, please like and subscribe

==============================================

https://www.facebook.com/HowtoTutorialsByAmit/