How to Check the PowerShell Version in Windows 10

Configurare noua (How To)

Situatie

Finding your PowerShell version helps you know what PowerShell features you have access to. A PowerShell command lets you reveal the version number, and we’ll show you how to do this.

A PowerShell window on a Windows desktop.

Solutie

Pasi de urmat

You’ll use the PowerShell utility itself to find the version number.

  • To start, open the “Start” menu, search for “Windows PowerShell,” and click it in the search results.

Select "Windows PowerShell" in Windows' Start menu.

In the PowerShell window that opens, type the following command and then press Enter:

$PSVersionTable

Type "$PSVersionTable" in a PowerShell window.

PowerShell displays various numbers. Here, the first value that says “PSVersion” is your PowerShell version.

A PowerShell window displaying the installed version.

You can now close the PowerShell window.

Tip solutie

Permanent

Voteaza

(4 din 10 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?