11---
22locale : en-us
3- ms.date : 05/18/2022
3+ ms.date : 01/02/2026
44schema : 2.0.0
55title : README
66---
77# PowerShell Reference
88
99Reference material is organized into release versions. The content for each
10- version is organized by module name, and a distinct folder for the about
11- topics .
10+ version is organized by module name. ` About ` topics are in a distinct folder
11+ within the ` Microsoft.PowerShell.Core ` module .
1212
13- Over time, namespaces appeared as:
13+ ## Modules
1414
15- | Module Name / PS Version | 5.1 | 7.2 | 7.4 | 7.5 |
15+ | Module Name / PS Version | 5.1 | 7.4 | 7.5 | 7.6 |
1616| ----------------------------------------- | :---: | :---: | :---: | :---: |
1717| CimCmdlets | X | X | X | X |
1818| ISE (introduced in 2.0) | X | | | |
@@ -26,13 +26,20 @@ Over time, namespaces appeared as:
2626| Microsoft.PowerShell.Operation.Validation | X | | | |
2727| Microsoft.PowerShell.Security | X | X | X | X |
2828| Microsoft.PowerShell.Utility | X | X | X | X |
29- | Microsoft.WsMan .Management | X | X | X | X |
30- | PackageManagement | X | X | X | X |
31- | PowershellGet | X | X | X | X |
32- | PSDesiredStateConfiguration | X | X | | |
29+ | Microsoft.WSMan .Management | X | X | X | X |
30+ | PackageManagement | | | | |
31+ | PowershellGet | | | | |
32+ | PSDesiredStateConfiguration | | | | |
3333| PSDiagnostics | X | X | X | X |
3434| PSReadLine | X | X | X | X |
3535| PSScheduledJob | X | | | |
3636| PSWorkflow | X | | | |
3737| PSWorkflowUtility | X | | | |
3838| ThreadJob | | X | X | X |
39+
40+ ## History
41+
42+ - ` PackageManagement ` and ` PowershellGet ` content moved to the
43+ ` PowerShell-Docs-PSGet ` repository.
44+ - ` PSDesiredStateConfiguration ` content moved to the ` PowerShell-Docs-DSC `
45+ repository with the release of PowerShell DSC 2.0.
0 commit comments