Skip to content

Commit b3ed0a9

Browse files
Update PowerShell reference README (#12636)
* Update PowerShell reference README * Update reference/README.md --------- Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent 325fbb1 commit b3ed0a9

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

reference/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
22
locale: en-us
3-
ms.date: 05/18/2022
3+
ms.date: 01/02/2026
44
schema: 2.0.0
55
title: README
66
---
77
# PowerShell Reference
88

99
Reference 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_*` articles are in an `About` folder under the module folder they are related to. Most of them are under `Microsoft.PowerShell.Core/About`.
1211

13-
Over time, namespaces appeared as:
12+
## Modules
1413

15-
| Module Name / PS Version | 5.1 | 7.2 | 7.4 | 7.5 |
14+
| Module Name / PS Version | 5.1 | 7.4 | 7.5 | 7.6 |
1615
| ----------------------------------------- | :---: | :---: | :---: | :---: |
1716
| CimCmdlets | X | X | X | X |
1817
| ISE (introduced in 2.0) | X | | | |
@@ -26,13 +25,20 @@ Over time, namespaces appeared as:
2625
| Microsoft.PowerShell.Operation.Validation | X | | | |
2726
| Microsoft.PowerShell.Security | X | X | X | X |
2827
| 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 | | |
28+
| Microsoft.WSMan.Management | X | X | X | X |
29+
| PackageManagement | | | | |
30+
| PowershellGet | | | | |
31+
| PSDesiredStateConfiguration | | | | |
3332
| PSDiagnostics | X | X | X | X |
3433
| PSReadLine | X | X | X | X |
3534
| PSScheduledJob | X | | | |
3635
| PSWorkflow | X | | | |
3736
| PSWorkflowUtility | X | | | |
3837
| ThreadJob | | X | X | X |
38+
39+
## History
40+
41+
- `PackageManagement` and `PowershellGet` content moved to the
42+
`PowerShell-Docs-PSGet` repository.
43+
- `PSDesiredStateConfiguration` content moved to the `PowerShell-Docs-DSC`
44+
repository with the release of PowerShell DSC 2.0.

0 commit comments

Comments
 (0)