Skip to content

Commit 884e8e0

Browse files
authored
Update Add-SPOContainerUser
1 parent 6aad8bb commit 884e8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String>
2424

2525
##DESCRIPTION
2626

27-
Assigns a user to a defined role within a SharePoint Embedded container. You must specify the container ID, the user's login name, and the role to be assigned. This cmdlet is used to grant access and permissions based on role membership.
27+
Assigns a user to a defined role within a SharePoint Embedded container.
2828

2929
You must be a SharePoint Embedded Administrator to run this cmdlet.
3030

3131
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).
3232

3333
> [!NOTE]
3434
> A user can be assigned to only one role within a container at a time.
35-
> The roles **owner** and **principal owner** are distinct. A container can have multiple owners, but only one principal owner at any time.
35+
> **Owner** and **principal owner** are distinct. A container can have multiple owners, but only one principal owner at any time.
3636
> Principal ownership of a container can't be added—it can only be transferred.
3737

3838

0 commit comments

Comments
 (0)