You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes a user from a defined role within a SharePoint Embedded container. Use this cmdlet when you need to revoke a user's access or change their assigned role. The user must be currently assigned to the specified role in the container for the removal to succeed.
28
+
29
+
You must be a SharePoint Embedded Administrator to run this cmdlet.
30
+
31
+
For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at [Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
32
+
33
+
> [!NOTE]
34
+
> You can't remove the principal owner of a container.
35
+
36
+
25
37
## EXAMPLES
26
38
27
39
### Example 1
@@ -38,7 +50,7 @@ Example 1 removes the user with User Principal Name "shras@contoso.com" from the
38
50
39
51
> Applicable: SharePoint Online
40
52
41
-
Use this parameter to specify the Container ID.
53
+
The unique identifier of the container to which the user is being added.
0 commit comments