Skip to content

Commit c736365

Browse files
authored
Correct command syntax in Remove-SPOContainerUser.md
Fixed formatting in example command for clarity.
1 parent aede000 commit c736365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3939
### Example 1
4040

4141
```powershell
42-
Remove-SPOContainerUser 423poi45 -LoginName [email protected] Owner
42+
Remove-SPOContainerUser 423poi45 -LoginName [email protected] -Role Owner
4343
```
4444

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

0 commit comments

Comments
 (0)