Skip to main content

how to check powershell version

 Run powershell as administrator    

Run below command

$PSVersionTable.PSVersion

 




Comments