How to Check the PowerShell Version in Windows 10

To check the PowerShell version in Windows 10, follow these steps:

  1. Open PowerShell. You can do this by typing “PowerShell” into the Start menu search bar and selecting the “Windows PowerShell” app.
  2. Once PowerShell is open, type the following command and press Enter:

    $PSVersionTable.PSVersion

  3. This will display the version of PowerShell installed on your system.

The output of this command will display the major version, minor version, build number, and revision number of your PowerShell installation. For example, the output might look like this:

Major Minor Build Revision
----- ----- ----- --------
5 1 17134 858

In this example, the PowerShell version is 5.1.17134.858.