Skip to content

What Version of Windows PowerShell do I have running?

What Version of Windows PowerShell do I have running?

How to determine what version of Windows PowerShell is installed on your windows server?

Solution

Open PowerShell and run

$PSVersionTable.PSVersion

You will then see the result displayed obviously.

Leave a Reply

Your email address will not be published. Required fields are marked *