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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 shras@contoso.com-Role Owner
42+
Remove-SPOContainerUser 423poi45 -LoginName shras@contoso.com -Role Owner
4343
```
4444

4545
Example 1 removes the user with User Principal Name "shras@contoso.com" from the role of an owner of container whose ContainerId is 423poi45 .

0 commit comments

Comments
 (0)