Skip to content

Commit 1624c2b

Browse files
authored
Merge branch 'main' into patch-1
2 parents 63b1324 + 151f5f1 commit 1624c2b

File tree

1,021 files changed

+2031
-1310
lines changed

Some content is hidden

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

1,021 files changed

+2031
-1310
lines changed

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/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/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/sharepoint-server-cmdlets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Learn about the Microsoft.SharePoint.Powershell module, which contains cmdlets for managing SharePoint Server.
33
title: Overview of the Microsoft.SharePoint.Powershell module
44
ms.service: sharepoint-powershell
5+
ms.date: 07/17/2025
56
---
67

78
# Overview of the Microsoft.SharePoint.Powershell module

sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-sub-cmdlets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Learn about the SharePointServer module, which contains cmdlets for managing SharePoint Server.
33
title: SharePoint Server Subscription Edition module
44
ms.service: sharepoint-powershell
5+
ms.date: 07/17/2025
56
---
67

78
# SharePoint Server Subscription Edition module

sharepoint/mapping/monikerMapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sharepoint-server-ps": {
99
"conceptualToc": "docs-conceptual/toc.yml",
1010
"conceptualTocUrl": "/powershell/sharepoint/toc.json",
11-
"referenceTocUrl": "/powershell/module/sharepoint-ps/toc.json",
11+
"referenceTocUrl": "/powershell/module/sharepoint-server-ps/toc.json",
1212
"packageRoot": "sharepoint-server-ps"
1313
}
1414
}
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spocontaineruser
5+
applicable: SharePoint Online
6+
title: Add-SPOContainerUser
7+
schema: 2.0.0
8+
author: ShreyasSar26
9+
ms.author: shsaravanan
10+
ms.reviewer:
11+
---
12+
13+
# Add-SPOContainerUser
14+
15+
## SYNOPSIS
16+
17+
Adds a user to a SharePoint Embedded container with a specified role.
18+
19+
## SYNTAX
20+
21+
```
22+
Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
Assigns a user to a defined role within a SharePoint Embedded container.
28+
29+
You must be a SharePoint Embedded Administrator to run this cmdlet.
30+
31+
For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at [Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
32+
33+
> [!NOTE]
34+
> A user can be assigned to only one role within a container at a time.
35+
> **Owner** and **principal owner** are distinct. A container can have multiple owners, but only one principal owner at any time.
36+
> Principal ownership of a container can't be added—it can only be transferred.
37+
38+
39+
## EXAMPLES
40+
41+
### Example 1
42+
43+
```powershell
44+
Add-SPOContainerUser 423poi45 -LoginName [email protected] Owner
45+
```
46+
47+
Example 1 assigns the role of owner to user with User Principal Name "[email protected]".
48+
49+
## PARAMETERS
50+
51+
### -ContainerId
52+
53+
> Applicable: SharePoint Online
54+
55+
The unique identifier of the container to which the user is being added.
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: True
63+
Position: 0
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -LoginName
70+
71+
> Applicable: SharePoint Online
72+
73+
The user’s login name to assign to the container. This is the User Principal Name.
74+
75+
```yaml
76+
Type: String
77+
Parameter Sets: (All)
78+
Aliases:
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
87+
### -Role
88+
89+
> Applicable: SharePoint Online
90+
91+
The role to assign to the user within the container. Valid roles are:
92+
93+
Owner: Has full control over the container and its contents.
94+
Manager: Can add, update, and delete content, and manage permissions, but can't delete the container.
95+
Writer: Can add, update, and delete content in the container.
96+
Reader: Can only view content in the container.
97+
98+
99+
```yaml
100+
Type: String
101+
Parameter Sets: (All)
102+
Aliases:
103+
Accepted values: Owner, Reader, Writer, Manager
104+
105+
Required: True
106+
Position: Named
107+
Default value: None
108+
Accept pipeline input: False
109+
Accept wildcard characters: False
110+
```
111+
112+
### CommonParameters
113+
114+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
115+
116+
## INPUTS
117+
118+
### None
119+
120+
## OUTPUTS
121+
122+
### System.Object
123+
124+
## NOTES
125+
126+
## RELATED LINKS
127+
128+
[Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell)
129+
130+
[Set-SPOContainerUser](./Set-SPOContainerUser.md)
131+
132+
[Remove-SPOContainerUser](./Remove-SPOContainerUser.md)
133+
134+
[Set-SPOContainer](./Set-SPOContainer.md)
135+
136+
[Get-SPOContainer](./Get-SPOContainer.md)

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint Online
66
title: Add-SPOGeoAdministrator
77
schema: 2.0.0
8-
author: trent-green
9-
ms.author: trgreen
8+
author: samkabue
9+
ms.author: speedta
1010
ms.reviewer:
1111
ms.custom: has-azure-ad-ps-ref
1212
---

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOHubSiteAssociation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint Online
66
title: Add-SPOHubSiteAssociation
77
schema: 2.0.0
8-
author: trent-green
9-
ms.author: trgreen
8+
author: samkabue
9+
ms.author: speedta
1010
ms.reviewer:
1111
---
1212

0 commit comments

Comments
 (0)