January 2020
Beginner
632 pages
13h 14m
English
To add an administrator to a classic site, follow these steps.
Import-Module SharePointOnline
Connect-SPOService -Credential (Get-Credential) -Url https://<tenant>-admin.sharepoint.com
Set-SPOUser -Site https://<tenant>.sharepoint.com/sites/<site> -LoginName <user@domain.com> -IsSiteCollectionAdmin $true
Read now
Unlock full access