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
Updates a user's assigned role within a SharePoint Embedded container. Use this cmdlet to reassign a user from their current role to a new one. You must specify the container ID, the user's login name, and the new role.
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
+
> A user can be assigned to only one role within a container at a time.
35
+
> To transfer principal ownership of a container, use the `Set-SPOContainer` cmdlet
36
+
37
+
25
38
## EXAMPLES
26
39
27
40
### Example 1
@@ -38,7 +51,7 @@ Example 1 reassigns the role of User Principal Name "[email protected]" to manag
38
51
39
52
> Applicable: SharePoint Online
40
53
41
-
Use this parameter to specify the Container ID.
54
+
The unique identifier of the container to which the user is being added.
0 commit comments