# PowerShell-Docs **Repository Path**: mirrors_MicrosoftDocs/PowerShell-Docs ## Basic Information - **Project Name**: PowerShell-Docs - **Description**: The official PowerShell documentation sources - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- ms.date: 05/13/2026 --- # PowerShell Documentation Welcome to the PowerShell-Docs repository, the home of the official PowerShell documentation. ## Microsoft Open Source Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct][04]. ## PowerShell Updatable Help (CabGen) CI Build Status [![Build Status][cabgen-status]][cabgen-log] [cabgen-status]: https://apidrop.visualstudio.com/Content%20CI/_apis/build/status/PROD/CabGen(PowerShell_Updatable_Help)/GitHub_MicrosoftDocs_PowerShell-Docs/6ff7e8c3-dfc6-3ebd-da5a-d5e2ff43de8f_cabgen_Publish-Updatable-Help?repoName=MicrosoftDocs%2FPowerShell-Docs&branchName=live [cabgen-log]: https://apidrop.visualstudio.com/Content%20CI/_build/latest?definitionId=5076&repoName=MicrosoftDocs%2FPowerShell-Docs&branchName=live ## Repository Structure The following list describes the main folders in this repository. ```mermaid --- config: treeView: rowIndent: 20 lineThickness: 2 themeVariables: treeView: labelFontSize: '14px' labelColor: '#3498DB' lineColor: '#3498DB' --- treeView-beta "πŸ“ PowerShell-Docs" "πŸ“ .devcontainer - VS Code Remote Containers configuration" "βš™οΈ .github - GitHub repository configuration and workflows" "πŸ’» .vscode - VS Code settings and recommended extensions" "πŸ“ assets - Downloadable files linked in documentation" "πŸ”€ redir - URL redirection mapping files" "πŸ“š reference - Published documentation content" "πŸ“˜ 5.1 - PowerShell 5.1 cmdlet reference" "πŸ“˜ 7.4 - PowerShell 7.4 cmdlet reference" "πŸ“˜ 7.5 - PowerShell 7.5 cmdlet reference" "πŸ“˜ 7.6 - PowerShell 7.6 cmdlet reference" "πŸ“˜ 7.7 - PowerShell 7.7 cmdlet reference" "🍞 bread - Breadcrumb navigation TOC" "πŸ“– docs-conceptual - Conceptual articles published to learn.ms" "πŸ“„ includes - Markdown include files" "πŸ—ΊοΈ mapping - Version mapping configuration" "πŸ–ΌοΈ media - Images used in documentation" "πŸ“¦ module - Module Browser page source" "πŸ§ͺ tests - Pester tests for build validation" "πŸ”§ tools - Build system tools and scripts" ``` > [!NOTE] > The reference content (in the numbered folders) is used to create the webpages on the Docs site as > well as the updateable help used by PowerShell. The articles in the `docs-conceptual` folder are > only published to the Docs website. ## Contributing We welcome public contributions into this repository via pull requests into the _main_ branch. Please note that before we can accept your pull request you must sign our [Contribution License Agreement][03]. This is a one-time requirement. For more information on contributing, read our [contributor's guide][02]. The contributor's guide contains detailed information about how to contribute documentation, suggested tools, and style and formatting requirements. Please use the Issue and Pull Request templates to help keep documentation consistent across versions. ## Licenses There are two license files for this project. The [MIT License][05] applies to the code contained in this repo. The [Creative Commons license][06] applies to the documentation. [02]: https://aka.ms/PSDocsContributor [03]: https://cla.microsoft.com/ [04]: CODE_OF_CONDUCT.md [05]: LICENSE-CODE.md [06]: LICENSE.md