How to check Powershell version on windows

If you want to check which Powershell version is installed in your system open PowerShell & type Get-Host |Select-Object Version Alternatively you can also type $PSVersionTable command which will show the complete details. That’s it. If you think this post is helpful to you, please like & share. All comment are most welcome for further … Continue reading How to check Powershell version on windows