Skip to content

Commit a933f1d

Browse files
authored
Merge branch 'main' into patch-PS
2 parents eca17ad + 8dc02af commit a933f1d

File tree

2,102 files changed

+4250
-3554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,102 files changed

+4250
-3554
lines changed

.github/workflows/AutoLabelAssign.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
with:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
AutoAssignUsers: 1
33+
AutoAssignReviewers: 1
3334
AutoLabel: 1
3435
ExcludedUserList: '["user1", "user2"]'
3536
ExcludedBranchList: '["branch1", "branch2"]'
3637
secrets:
37-
AccessToken: ${{ secrets.GITHUB_TOKEN }}
38+
AccessToken: ${{ secrets.GITHUB_TOKEN }}
39+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
40+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

.github/workflows/BackgroundTasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ permissions:
66

77
on:
88
pull_request_target:
9+
types: [opened, synchronize, reopened, ready_for_review]
910

1011
jobs:
1112
upload:

sharepoint/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
topicHref: /sharepoint/index
44
items:
55
- name: SharePoint PowerShell
6-
tocHref: /powershell/module/sharepoint-server/
6+
tocHref: /powershell/module/microsoft.sharepoint.powershell/
77
topicHref: /powershell/sharepoint/index
88
- name: SharePoint
99
tocHref: /powershell/sharepoint/

sharepoint/docfx.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{"files": ["**/*.md"], "src": "sharepoint-ps/sharepoint-online", "version": "sharepoint-ps", "dest": "module/sharepoint-online"},
1111
{"files": ["**/*.md"], "src": "virtual-folder", "version": "sharepoint-ps", "dest": "module" },
1212

13-
{"files": ["**/toc.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-ps"},
13+
{"files": ["**/toc.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-server-ps"},
1414
{"files": ["**/*.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module"},
1515
{"files": ["**/*.md"], "src": "sharepoint-server-ps/sharepoint-server", "version": "sharepoint-server-ps", "dest": "module/sharepoint-server"},
1616
{"files": ["**/*.md"], "src": "virtual-folder", "version": "sharepoint-server-ps", "dest": "module" }
@@ -43,11 +43,10 @@
4343
"breadcrumb_path": "/powershell/breadcrumb/toc.json",
4444
"feedback_system": "Standard",
4545
"feedback_product_url": "https://github.com/MicrosoftDocs/OfficeDocs-SharePoint-powershell/issues",
46-
"author": "techwriter40",
47-
"manager": "meerak",
48-
"ms.author": "pamgreen",
46+
"author": "samkabue",
47+
"manager": "speedta",
48+
"ms.author": "speedta",
4949
"ms.devlang": "powershell",
50-
"ms.date": "09/08/2021",
5150
"ms.topic": "reference",
5251
"contributors_to_exclude": [
5352
"rjagiewich",

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ manager: mengkel
33
ms.author: samkabue
44
title: Get started with the SharePoint Online Management Shell
55
description: Get started with the SharePoint Online Management Shell
6+
ms.date: 05/16/2025
67
---
78

89
# Get started with SharePoint Online Management Shell #

sharepoint/docs-conceptual/sharepoint-online/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
- text: Get started with SharePoint Online Management Shell
3030
url: connect-sharepoint-online.md
3131
- text: Cmdlet reference
32-
url: /powershell/module/sharepoint-online
32+
url: /powershell/module/microsoft.online.sharepoint.powershell
3333

3434
# Card
3535
- title: SharePoint Server Subscription
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: ../sharepoint-server/sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: ../sharepoint-server/sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ manager: mengkel
33
ms.author: samkabue
44
title: Intro to SharePoint Online Management Shell
55
description: Intro to SharePoint Online Management Shell
6+
ms.date: 04/30/2025
67
---
78

89
# Intro to SharePoint Online Management Shell
@@ -30,7 +31,7 @@ If you are new to Microsoft 365 and SharePoint Online and you have not done much
3031
After you get familiar with SharePoint sites and users, try using SharePoint Online PowerShell commands, especially when you want to manage lots of site collections or users.
3132

3233
> [!NOTE]
33-
> For the complete list of SharePoint Online cmdlets, see [SharePoint Online PowerShell](/powershell/module/sharepoint-online/)
34+
> For the complete list of SharePoint Online cmdlets, see [SharePoint Online PowerShell](/powershell/module/microsoft.online.sharepoint.powershell/).
3435
3536
## How do I get permissions and set up the environment?
3637

sharepoint/docs-conceptual/sharepoint-pnp/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
- text: Get started with SharePoint Online Management Shell
3030
url: ../sharepoint-online/connect-sharepoint-online.md
3131
- text: Cmdlet reference
32-
url: /powershell/module/sharepoint-online
32+
url: /powershell/module/microsoft.online.sharepoint.powershell
3333

3434
# Card
3535
- title: SharePoint Server Subscription
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: ../sharepoint-server/sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: ../sharepoint-server/sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: PnP PowerShell Overview
33
description: "PnP PowerShell Overview"
4+
ms.date: 10/06/2023
45
---
56

67
# PnP PowerShell overview

sharepoint/docs-conceptual/sharepoint-server/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
- text: Get started with SharePoint Online Management Shell
3030
url: ../sharepoint-online/connect-sharepoint-online.md
3131
- text: Cmdlet reference
32-
url: /powershell/module/sharepoint-online
32+
url: /powershell/module/microsoft.online.sharepoint.powershell
3333

3434
# Card
3535
- title: SharePoint Server Subscription
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

0 commit comments

Comments
 (0)