Skip to content

Commit

Permalink
Merge branch 'main' into fix-wrong-parameter-name-netqos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamrin007 authored Oct 9, 2024
2 parents 18df435 + a200090 commit b546a7a
Show file tree
Hide file tree
Showing 3,978 changed files with 855,032 additions and 13,790 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 4 additions & 12 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: What's the Quality Contributions Project?
url: https://learn.microsoft.com/powershell/scripting/community/contributing/quality-improvements
about: >-
If you'd like to commit to improving quality for the documentation, before filing an issue,
check the info and instructions.
# - name: PowerShell Product Feedback
# url: https://github.com/PowerShell/PowerShell/issues/new/choose
# about: Please open feature requests for current PowerShell here.
# - name: Support
# url: https://learn.microsoft.com/powershell/scripting/community/community-support
# about: PowerShell Support Questions/Help
- name: New feedback experience
url: https://learn.microsoft.com/office/new-feedback
about: We’re transitioning our feedback experience away from GitHub Issues. For more information, select Open.
35 changes: 35 additions & 0 deletions .github/workflows/AutoLabelAssign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Assign and label PR

permissions:
pull-requests: write
contents: read
actions: read

on:
workflow_run:
workflows: [Background tasks]
types:
- completed

jobs:
download-payload:
name: Download and extract payload artifact
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
with:
WorkflowId: ${{ github.event.workflow_run.id }}
OrgRepo: ${{ github.repository }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}

label-assign:
name: Run assign and label
needs: [download-payload]
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod
with:
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
AutoAssignUsers: 1
AutoLabel: 1
ExcludedUserList: '["user1", "user2"]'
ExcludedBranchList: '["branch1", "branch2"]'
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
34 changes: 34 additions & 0 deletions .github/workflows/AutoLabelMsftContributor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Auto label Microsoft contributors

permissions:
pull-requests: write
contents: read
actions: read

on:
workflow_run:
workflows: [Background tasks]
types:
- completed

jobs:
download-payload:
if: github.repository_visibility == 'public'
name: Download and extract payload artifact
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
with:
WorkflowId: ${{ github.event.workflow_run.id }}
OrgRepo: ${{ github.repository }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}

label-msft:
name: Label Microsoft contributors
if: github.repository_visibility == 'public'
needs: [download-payload]
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod
with:
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
26 changes: 26 additions & 0 deletions .github/workflows/BackgroundTasks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Background tasks

permissions:
pull-requests: write
contents: read

on:
pull_request_target:

jobs:
upload:
runs-on: ubuntu-latest

steps:
- name: Save payload data
env:
PayloadJson: ${{ toJSON(github) }}
AccessToken: ${{ github.token }}
run: |
mkdir -p ./pr
echo $PayloadJson > ./pr/PayloadJson.json
sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json
- uses: actions/upload-artifact@v4
with:
name: PayloadJson
path: pr/
19 changes: 19 additions & 0 deletions .github/workflows/LiveMergeCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR can merge into branch

permissions:
pull-requests: write
statuses: write
contents: read

on:
pull_request_target:
types: [opened, reopened, synchronize, edited]

jobs:

live-merge:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
19 changes: 19 additions & 0 deletions .github/workflows/PrFileCount.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR file count less than limit

permissions:
pull-requests: write
statuses: write
contents: read

on:
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled, edited]

jobs:

file-count:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
17 changes: 17 additions & 0 deletions .github/workflows/ProtectedFiles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: PR has no protected files

permissions:
pull-requests: write
statuses: write
contents: read

on: [pull_request_target]

jobs:

protected-files:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions ContentOwners.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# Each line is a file pattern followed by one or more owners.

# Order is important! The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.

/docset/ @roharwoo

Binary file removed TeamsAdmin.png
Binary file not shown.
4 changes: 2 additions & 2 deletions cabgen-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pr: none # Disable pull request triggers.

resources:
repositories:
- repository: templates
- repository: ReferenceAutomation
type: git
name: Content CI/ReferenceAutomation
ref: refs/heads/master

extends:
template: PowerShell/cabgen.yml@templates
template: PowerShell/cabgen.yml@ReferenceAutomation
77 changes: 46 additions & 31 deletions docset/docfx.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,52 @@
{
"build": {
"content": [
{ "files": [ "toc.yml" ], "src": "bread", "dest": "windows/bread" },
{ "dest": "windows/bread", "files": [ "toc.yml" ], "src": "bread" },

{ "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2022-ps", "version": "WindowsServer2022-ps", "dest": "windows" },
{ "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2022-ps", "version": "WindowsServer2022-ps", "dest": "winserver2022-ps" },
{ "files": [ "**/*.yml" ], "exclude": [ "toc.yml" ], "src": "winserver2022-ps", "version": "WindowsServer2022-ps", "dest": "module" },
{ "files": [ "toc.yml" ], "src": "winserver2022-ps", "version": "WindowsServer2022-ps", "dest": "module/WindowsServer2022-ps" },
{ "dest": "windows", "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2025-ps", "version": "WindowsServer2025-ps" },
{ "dest": "winserver2025-ps", "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2025-ps", "version": "WindowsServer2025-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml", "**/About/*.md" ], "src": "winserver2025-ps", "version": "WindowsServer2025-ps" },
{ "dest": "module/WindowsServer2025-ps", "files": [ "toc.yml" ], "src": "winserver2025-ps", "version": "WindowsServer2025-ps" },

{ "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2019-ps", "version": "WindowsServer2019-ps", "dest": "windows" },
{ "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2019-ps", "version": "WindowsServer2019-ps", "dest": "winserver2019-ps" },
{ "files": [ "**/*.yml" ], "exclude": [ "toc.yml" ], "src": "winserver2019-ps", "version": "WindowsServer2019-ps", "dest": "module" },
{ "files": [ "toc.yml" ], "src": "winserver2019-ps", "version": "WindowsServer2019-ps", "dest": "module/WindowsServer2019-ps" },
{ "dest": "windows", "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2022-ps", "version": "WindowsServer2022-ps" },
{ "dest": "winserver2022-ps", "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2022-ps", "version": "WindowsServer2022-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml", "**/About/*.md" ], "src": "winserver2022-ps", "version": "WindowsServer2022-ps" },
{ "dest": "module/WindowsServer2022-ps", "files": [ "toc.yml" ], "src": "winserver2022-ps", "version": "WindowsServer2022-ps" },

{ "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2016-ps", "version": "WindowsServer2016-ps", "dest": "windows" },
{ "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2016-ps", "version": "WindowsServer2016-ps", "dest": "windows" },
{ "files": [ "**/*.yml" ], "exclude": [ "toc.yml" ], "src": "winserver2016-ps", "version": "WindowsServer2016-ps", "dest": "module" },
{ "files": [ "toc.yml" ], "src": "winserver2016-ps", "version": "WindowsServer2016-ps", "dest": "module/WindowsServer2016-ps" },
{ "dest": "windows", "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2019-ps", "version": "WindowsServer2019-ps" },
{ "dest": "winserver2019-ps", "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2019-ps", "version": "WindowsServer2019-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml", "**/About/*.md" ], "src": "winserver2019-ps", "version": "WindowsServer2019-ps" },
{ "dest": "module/WindowsServer2019-ps", "files": [ "toc.yml" ], "src": "winserver2019-ps", "version": "WindowsServer2019-ps" },

{ "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2012-ps", "version": "winserver2012-ps", "dest": "windows" },
{ "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2012-ps", "version": "winserver2012-ps", "dest": "winserver2012-ps" },
{ "files": [ "**/*.yml" ], "exclude": [ "toc.yml" ], "src": "winserver2012-ps", "version": "winserver2012-ps", "dest": "module" },
{ "files": [ "toc.yml" ], "src": "winserver2012-ps", "version": "winserver2012-ps", "dest": "module/winserver2012-ps" },
{ "dest": "windows", "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2016-ps", "version": "WindowsServer2016-ps" },
{ "dest": "windows", "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2016-ps", "version": "WindowsServer2016-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml", "**/About/*.md" ], "src": "winserver2016-ps", "version": "WindowsServer2016-ps" },
{ "dest": "module/WindowsServer2016-ps", "files": [ "toc.yml" ], "src": "winserver2016-ps", "version": "WindowsServer2016-ps" },

{ "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2012r2-ps", "version": "winserver2012r2-ps", "dest": "windows" },
{ "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2012r2-ps", "version": "winserver2012r2-ps", "dest": "winserver2012r2-ps" },
{ "files": [ "**/*.yml" ], "exclude": [ "toc.yml" ], "src": "winserver2012r2-ps", "version": "winserver2012r2-ps", "dest": "module" },
{ "files": [ "toc.yml" ], "src": "winserver2012r2-ps", "version": "winserver2012r2-ps", "dest": "module/winserver2012r2-ps" },
{ "dest": "windows", "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2012-ps", "version": "winserver2012-ps" },
{ "dest": "winserver2012-ps", "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2012-ps", "version": "winserver2012-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml", "**/About/*.md" ], "src": "winserver2012-ps", "version": "winserver2012-ps" },
{ "dest": "module/winserver2012-ps", "files": [ "toc.yml" ], "src": "winserver2012-ps", "version": "winserver2012-ps" },

{ "files": [ "**/*.md" ], "src": "docs-conceptual/mdop", "version": "win-mdop2-ps", "dest": "mdop" },
{ "files": [ "toc.yml" ], "src": "docs-conceptual/mdop", "version": "win-mdop2-ps", "dest": "mdop/win-mdop2-ps" },
{ "files": [ "**/*.yml" ], "exclude": [ "toc.yml" ], "src": "mdop", "version": "win-mdop2-ps", "dest": "module" },
{ "files": [ "toc.yml" ], "src": "mdop", "version": "win-mdop2-ps", "dest": "module/win-mdop2-ps" },
{ "dest": "windows", "files": [ "**/*.md" ], "src": "docs-conceptual/winserver2012r2-ps", "version": "winserver2012r2-ps" },
{ "dest": "winserver2012r2-ps", "files": [ "toc.yml" ], "src": "docs-conceptual/winserver2012r2-ps", "version": "winserver2012r2-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml", "**/About/*.md" ], "src": "winserver2012r2-ps", "version": "winserver2012r2-ps" },
{ "dest": "module/winserver2012r2-ps", "files": [ "toc.yml" ], "src": "winserver2012r2-ps", "version": "winserver2012r2-ps" },

{ "files": [ "**/*.md" ], "src": "virtual-directory-module", "dest": "module" }
{ "dest": "mdop", "files": [ "**/*.md" ], "src": "docs-conceptual/mdop", "version": "win-mdop2-ps" },
{ "dest": "mdop/win-mdop2-ps", "files": [ "toc.yml" ], "src": "docs-conceptual/mdop", "version": "win-mdop2-ps" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml" ], "src": "mdop", "version": "win-mdop2-ps" },
{ "dest": "module/win-mdop2-ps", "files": [ "toc.yml" ], "src": "mdop", "version": "win-mdop2-ps" },

{ "dest": "module", "files": [ "**/*.md" ], "src": "virtual-directory-module" }
],
"resource": [
{ "files": [ "**/*.png", "**/*.jpg" ], "exclude": [ "**/obj/**", "**/includes/**" ] }
],
"versions": {
"WindowsServer2025-ps": {
"dest": "winserver2025-ps"
},
"WindowsServer2022-ps": {
"dest": "winserver2022-ps"
},
Expand Down Expand Up @@ -66,14 +74,13 @@
"apiPlatform": "powershell",
"ROBOTS": "INDEX, FOLLOW",
"breadcrumb_path": "/powershell/windows/bread/toc.json",
"ms.prod": "w10",
"ms.service": "windows-11",
"ms.topic": "managed-reference",
"ms.author": "jgerend",
"author": "JasonGerend",
"manager": "femila",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/windows-powershell-docs",
"feedback_product_url": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332",
"feedback_system": "Standard",
"feedback_product_url": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332",
"contributors_to_exclude": [
"rjagiewich",
"traya1",
Expand All @@ -84,7 +91,7 @@
"garycentric",
"AngelaMotherofDragons",
"dstrome",
"v-dihans",
"v-dihans",
"sdwheeler",
"Stacyrch140",
"v-stsavell",
Expand All @@ -106,6 +113,14 @@
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/211bc889-ad71-4c77-b1cd-8ea0d02263f9"
],
"winserver2025-ps/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/56754133-c3c3-4a9f-af19-71bdbe19fccf"
],
"winserver2025-ps/**/*.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/56754133-c3c3-4a9f-af19-71bdbe19fccf"
],
"winserver2022-ps/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/56754133-c3c3-4a9f-af19-71bdbe19fccf"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: This article lists the status of PowerShell 7 with Powershell modules published for other Microsoft products.
ms.date: 06/05/2023
ms.date: 02/07/2024
title: PowerShell 7 module compatibility
---
# PowerShell 7 module compatibility
# PowerShell 7 module compatibility in Windows Server 2016

This article contains a list of PowerShell modules published by Microsoft. These modules provide
management and support for various Microsoft products and services. They have been updated to work
Expand Down
2 changes: 1 addition & 1 deletion docset/docs-conceptual/winserver2016-ps/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
items:
- name: Windows PowerShell
href: get-started.md
- name: PowerShell 7 compatibility
- name: PowerShell 7 compatibility in Windows Server 2016
href: module-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This article lists the status of PowerShell 7 with Powershell modul
ms.date: 06/05/2023
title: PowerShell 7 module compatibility
---
# PowerShell 7 module compatibility
# PowerShell 7 module compatibility in Windows Server 2019

This article contains a list of PowerShell modules published by Microsoft. These modules provide
management and support for various Microsoft products and services. They have been updated to work
Expand Down
2 changes: 1 addition & 1 deletion docset/docs-conceptual/winserver2019-ps/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
items:
- name: Windows PowerShell
href: get-started.md
- name: PowerShell 7 compatibility
- name: PowerShell 7 compatibility in Windows Server 2019
href: module-compatibility.md
12 changes: 6 additions & 6 deletions docset/docs-conceptual/winserver2022-ps/get-started.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
description: Use this topic to help manage Windows 10 and Windows Server 2022 technologies with Windows PowerShell.
ms.date: 03/29/2021
title: Windows 10 and Windows Server 2019
description: Use this topic to help manage Windows 11 and Windows Server 2022 technologies with Windows PowerShell.
ms.date: 02/07/2024
title: Windows 11 and Windows Server 2022
---

# Windows 10 and Windows Server 2022
# Windows 11 and Windows Server 2022

This topic lists the Windows PowerShell modules included with Windows Server 2022 and Windows 10.
This topic lists the Windows PowerShell modules included with Windows Server 2022 and Windows 11.
The Windows PowerShell modules in the list support automating the features of those versions of the
Windows operating system and provide links to the cmdlet references for each module. These modules
enable you to use Windows PowerShell to administer, maintain, configure, and develop new features
for Windows Server 2019 and Windows 10.
for Windows Server 2022 and Windows 11.

The table below also shows the latest published version of the Help for each module. The Help is
available through the links below, or as Updatable Help files. Updatable Help was introduced with
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: This article lists the status of PowerShell 7 with Powershell modules published for other Microsoft products.
ms.date: 06/05/2023
ms.date: 02/07/2024
title: PowerShell 7 module compatibility
---
# PowerShell 7 module compatibility
# PowerShell 7 module compatibility in Windows Server 2022

This article contains a list of PowerShell modules published by Microsoft. These modules provide
management and support for various Microsoft products and services. They have been updated to work
Expand Down
2 changes: 1 addition & 1 deletion docset/docs-conceptual/winserver2022-ps/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
items:
- name: Windows PowerShell
href: get-started.md
- name: PowerShell 7 compatibility
- name: PowerShell 7 compatibility in Windows Server 2022
href: module-compatibility.md
Loading

0 comments on commit b546a7a

Please sign in to comment.