Skip to content

Commit 5c929bc

Browse files
authored
Update Add-SPOContainerUser
1 parent 1d35326 commit 5c929bc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String>
2525
##DESCRIPTION
2626

2727
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.
28+
2829
You must be a SharePoint Embedded Administrator to run this cmdlet.
2930

3031
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).
@@ -125,16 +126,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
125126

126127
[Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell)
127128

128-
[Get-SPOApplication](./Get-SPOApplication.md)
129+
[Set-SPOContainerUser](./Set-SPOContainerUser.md)
129130

130-
[Set-SPOContainer](./Set-SPOContainer.md)
131+
[Remove-SPOContainerUser](./Remove-SPOContainerUser.md)
131132

132-
[Get-SPODeletedContainer](./Get-SPODeletedContainer.md)
133+
[Set-SPOContainer](./Set-SPOContainer.md)
133134

134-
[Remove-SPOContainer](./Remove-SPOContainer.md)
135+
[Get-SPOContainer](./Get-SPOContainer.md)
135136

136-
[Remove-SPODeletedContainer](./Remove-SPODeletedContainer.md)
137137

138-
[Restore-SPODeletedContainer](./Restore-SPODeletedContainer.md)
139138

140139

0 commit comments

Comments
 (0)