You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
---
2
-
locale: en-us
3
-
ms.date: 01/02/2026
4
-
schema: 2.0.0
2
+
ms.date: 01/27/2026
5
3
title: README
6
4
---
7
5
# PowerShell Reference
8
6
9
-
Reference material is organized into release versions. The content for each
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`.
7
+
Reference material is organized into release versions. The content for each version is organized by
8
+
module name. The `about_*` articles are in an `About` folder under the module folder they're related
9
+
to. Most of them are under `Microsoft.PowerShell.Core/About`.
11
10
12
11
## Modules
13
12
@@ -26,9 +25,6 @@ version is organized by module name. `about_*` articles are in an `About` folder
26
25
| Microsoft.PowerShell.Security | X | X | X | X |
27
26
| Microsoft.PowerShell.Utility | X | X | X | X |
28
27
| Microsoft.WSMan.Management | X | X | X | X |
29
-
| PackageManagement |||||
30
-
| PowershellGet |||||
31
-
| PSDesiredStateConfiguration |||||
32
28
| PSDiagnostics | X | X | X | X |
33
29
| PSReadLine | X | X | X | X |
34
30
| PSScheduledJob | X ||||
@@ -38,7 +34,11 @@ version is organized by module name. `about_*` articles are in an `About` folder
38
34
39
35
## History
40
36
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.
37
+
-`PackageManagement` and `PowerShellGet` content moved to the [PowerShell-Docs-PSGet][02]
38
+
repository.
39
+
-`PSDesiredStateConfiguration` content moved to the [PowerShell-Docs-DSC][01] repository with the
0 commit comments