We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd5cce commit dedc559Copy full SHA for dedc559
1 file changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser
@@ -14,7 +14,7 @@ ms.reviewer:
14
15
## SYNOPSIS
16
17
-Removes a user from an assigned membership of a container.
+Removes a user from an assigned role of a container.
18
19
## SYNTAX
20
@@ -30,7 +30,7 @@ Remove-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <Strin
30
Remove-SPOContainerUser 423poi45 -LoginName shras@contoso.com-Role Owmer
31
```
32
33
-Example 1 removes the user with User Principal Name "shras@contoso.com" from the role of an owner.
+Example 1 removes the user with User Principal Name "shras@contoso.com" from the role of an owner of container whose ContainerId is 423poi45 .
34
35
## PARAMETERS
36
0 commit comments