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.
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.
In the PowerShell window that opens, type the following command and then press Enter:
$PSVersionTable
PowerShell displays various numbers. Here, the first value that says “PSVersion” is your PowerShell version.
You can now close the PowerShell window.
Leave A Comment?