Skip to content

Commit 20c297e

Browse files
authored
Update Add-SPOContainerUser
1 parent 262c933 commit 20c297e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ Adds a user to a container with a specified role.
2222
Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
2323
```
2424

25+
##DESCRIPTION
26+
27+
Adds a user to a SharePoint Embedded container and assigns a specific role.
28+
You must be a SharePoint Embedded Administrator to run this cmdlet.
29+
30+
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).
31+
32+
> [!NOTE]
33+
> A user can be assigned to only one role within a container at a time.
34+
> The roles **owner** and **principal owner** are distinct. A container can have multiple owners, but only one principal owner at any time.
35+
> Principal ownership of a container can't be added—it can only be transferred.
36+
37+
2538
## EXAMPLES
2639

2740
### Example 1

0 commit comments

Comments
 (0)