Skip to content

Commit d7c9bde

Browse files
authored
Fix ContainerId in Remove-SPOContainerUser example
Updated the ContainerId in Example 1 to a new value.
1 parent 7eeb456 commit d7c9bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ 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 b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_8U -LoginName shras@contoso.com -Role Owner
4343
```
4444

45-
Example 1 removes the user with User Principal Name "shras@contoso.com" from the role of an owner of container whose ContainerId is 423poi45 .
45+
Example 1 removes the user with User Principal Name "shras@contoso.com" from the role of an owner of container whose ContainerId is b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_8U .
4646

4747
## PARAMETERS
4848

0 commit comments

Comments
 (0)