Set-SPOUser
Syntax
Set-SPOUser
-IsSiteCollectionAdmin <Boolean>
-LoginName <String>
-Site <SpoSitePipeBind>
[<CommonParameters>]
Description
Use the Set-SPOUser cmdlet to configure properties of an existing user.
That is, to add or remove a user as a SharePoint Online site collection administrator.
You must have the SharePoint Online Administrator or Global Administrator role to run the cmdlet.
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at https://go.microsoft.com/fwlink/p/?LinkId=251832 (https://go.microsoft.com/fwlink/p/?LinkId=251832).
Examples
--------------------EXAMPLE---------------------
Set-SPOUser -Site https://contoso.sharepoint.com/sites/marketing -LoginName melissa.kerr@contoso.com -IsSiteCollectionAdmin $true
This example makes melissa.kerr@contoso.com a SharePoint Online site collection administrator on https://contoso.sharepoint.com/sites/marketing.
Parameters
Specifies whether the user is a site collection administrator.
| Type: | Boolean |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | SharePoint Online |
Specifies the user name.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | SharePoint Online |
Specifies the full URL of the site collection. It must be in a valid managed path in the company’s site.
| Type: | SpoSitePipeBind |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Applies to: | SharePoint Online |
Related Links
Feedback
Send feedback about:
Loading feedback...