How To Use The PowerShell Documentation
How To Use The PowerShell Documentation
01/31/2023
PowerShell 7.3
PowerShell 7.2 (LTS-current)
PowerShell 5.1
Use the version picker at the top of the page to select the version of PowerShell
you want. By default, the version selector is set to the most current release version
of PowerShell. The version selector controls what cmdlet reference appears in the
Table of Contents under the Reference node. Some cmdlets work differently
depending on the version of PowerShell you are using. Be sure you are viewing the
documentation for the correct version of PowerShell.
The version selector does not filter conceptual documentation. The conceptual
documents appear above the Reference node in the Table of Contents. The same
documents appear for any version selected. If there are version-specific
differences, the documentation makes note of those differences.
You can verify the version of PowerShell you are using by inspecting
the $PSversionTable.PSVersion value. The following example shows the output for
Windows PowerShell 5.1.
$PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 1 19041 1237
If you are new to PowerShell and need help understanding the command syntax,
see about_Command_Syntax.
Finding articles for previous versions
Documentation for older versions of PowerShell has been archived in our Previous
Versions site.
PowerShell 3.0
PowerShell 4.0
PowerShell 5.0
PowerShell 6
PowerShell 7.0
PowerShell 7.1
PowerShell Workflows
PowerShell Web Access