Forum Discussion
Eduardo Scricco
Dec 05, 2017Brass Contributor
O365 Global Admin access to SPO sites?
As a Global Admin, shouldn't I have full access to all site collections within SPO? How do I get access to new sites created in SharePoint (Group based sites that are not listed in Admin Center)?
- DeletedDec 05, 2017
Good question as long as the new admin center is not ready. You will need to add yourself via Powershell. Or let the creator add you as admin
Eduardo Scricco
Dec 05, 2017Brass Contributor
Yes, just figured out that... I ran Set-SPOUser -site
"https://tenant.sharepoint.com/sites/sitename" -LoginName
"user@domain.com" -IsSiteCollectionAdmin $True Thanks!