Skip to content

Commit 130f615

Browse files
Merge pull request #13016 from MicrosoftDocs/main
Auto Publish – main to live - 2026-05-13 22:00 UTC
2 parents 1f3bc6c + 031751e commit 130f615

2 files changed

Lines changed: 38 additions & 25 deletions

File tree

README.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 01/17/2025
2+
ms.date: 05/13/2026
33
---
44
# PowerShell Documentation
55

@@ -20,28 +20,40 @@ This project has adopted the [Microsoft Open Source Code of Conduct][04].
2020

2121
The following list describes the main folders in this repository.
2222

23-
- `.devcontainer` - configuration files for the VS Code Remote - Containers extension
24-
- `.github` - contains configuration settings used by GitHub for this repository
25-
- `.vscode` - contains configuration settings and recommended extensions for VS Code
26-
- `assets` - contains downloadable files linked in the documentation
27-
- `redir` - contains redirection mapping files
28-
- `reference` - contains the documentation published to [learn.microsoft.com][01]. This includes
29-
both reference and conceptual content.
30-
- `5.1` - contains the cmdlet reference and about topics for PowerShell 5.1
31-
- `7.4` - contains the cmdlet reference and about topics for PowerShell 7.4
32-
- `7.5` - contains the cmdlet reference and about topics for PowerShell 7.5
33-
- `7.6` - contains the cmdlet reference and about topics for PowerShell 7.6
34-
- `bread` - contains the TOC used for breadcrumb navigation
35-
- `docs-conceptual` - contains the conceptual articles that are published to the Docs site. In
36-
general, the folder structure mirrors the Table of Contents (TOC).
37-
- `includes` - contains markdown include files
38-
- `mapping` - contains the version mapping configuration used by the build system
39-
- `media` - contains image files used in documentation. There are media folders throughout the
40-
`docs-conceptual` content. See the Contributor Guide for information on using images in
41-
documentation.
42-
- `module` - contains the markdown source for the Module Browser page
43-
- `tests` - contains the Pester tests used by the build system
44-
- `tools` - contains other tools used by the build system
23+
```mermaid
24+
---
25+
config:
26+
treeView:
27+
rowIndent: 20
28+
lineThickness: 2
29+
themeVariables:
30+
treeView:
31+
labelFontSize: '14px'
32+
labelColor: '#3498DB'
33+
lineColor: '#3498DB'
34+
---
35+
treeView-beta
36+
"📁 PowerShell-Docs"
37+
"📁 .devcontainer - VS Code Remote Containers configuration"
38+
"⚙️ .github - GitHub repository configuration and workflows"
39+
"💻 .vscode - VS Code settings and recommended extensions"
40+
"📁 assets - Downloadable files linked in documentation"
41+
"🔀 redir - URL redirection mapping files"
42+
"📚 reference - Published documentation content"
43+
"📘 5.1 - PowerShell 5.1 cmdlet reference"
44+
"📘 7.4 - PowerShell 7.4 cmdlet reference"
45+
"📘 7.5 - PowerShell 7.5 cmdlet reference"
46+
"📘 7.6 - PowerShell 7.6 cmdlet reference"
47+
"📘 7.7 - PowerShell 7.7 cmdlet reference"
48+
"🍞 bread - Breadcrumb navigation TOC"
49+
"📖 docs-conceptual - Conceptual articles published to learn.ms"
50+
"📄 includes - Markdown include files"
51+
"🗺️ mapping - Version mapping configuration"
52+
"🖼️ media - Images used in documentation"
53+
"📦 module - Module Browser page source"
54+
"🧪 tests - Pester tests for build validation"
55+
"🔧 tools - Build system tools and scripts"
56+
```
4557

4658
> [!NOTE]
4759
> The reference content (in the numbered folders) is used to create the webpages on the Docs site as
@@ -65,7 +77,6 @@ There are two license files for this project. The [MIT License][05] applies to t
6577
this repo. The [Creative Commons license][06] applies to the documentation.
6678

6779
<!-- link references -->
68-
[01]: https://learn.microsoft.com/powershell/scripting/
6980
[02]: https://aka.ms/PSDocsContributor
7081
[03]: https://cla.microsoft.com/
7182
[04]: CODE_OF_CONDUCT.md

reference/docs-conceptual/security/app-control/how-app-control-works.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ and PowerShell you're using.
1212
## How PowerShell detects a system lockdown policy
1313

1414
PowerShell detects both **AppLocker** and **App Control for Business** system
15-
wide polices. AppLocker is deprecated. App Control is the preferred application control system for Windows.
15+
wide polices. Microsoft is no longer investing in AppLocker. AppLocker will
16+
only receive security fixes. App Control is the preferred application control
17+
system for Windows.
1618

1719
### Legacy App Control policy enforcement detection
1820

0 commit comments

Comments
 (0)