Ticker

6/recent/ticker-posts

Advertisement

PowerShell Version on Windows

How to Check the PowerShell Version on Windows


If you need to know which PowerShell running on your computer use following steps.

Click On windows key and type PowerShell


When PowerShell open type command echo $PSVersionTable Press enter


Type Get-Host and press Enter


Type $Host.Version and press Enter


Type (Get-Host).Version and press Enter


Post a Comment

0 Comments