Skip to content

Commit dedc559

Browse files
authored
Update Remove-SPOContainerUser
1 parent 6fd5cce commit dedc559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Removes a user from an assigned membership of a container.
17+
Removes a user from an assigned role of a container.
1818

1919
## SYNTAX
2020

@@ -30,7 +30,7 @@ Remove-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <Strin
3030
Remove-SPOContainerUser 423poi45 -LoginName [email protected] Owmer
3131
```
3232

33-
Example 1 removes the user with User Principal Name "[email protected]" from the role of an owner.
33+
Example 1 removes the user with User Principal Name "[email protected]" from the role of an owner of container whose ContainerId is 423poi45 .
3434

3535
## PARAMETERS
3636

0 commit comments

Comments
 (0)