Question

I have a SharePoint Online site collection and I have a SharePoint group on the main site in that site collection that I would like to make a site collection owner. Is this possible, maybe through PowerShell?

Was it helpful?

Solution

I do not think so. Site collection admin should be Azure AD identity (group or user). It exists at tenant level. SharePoint group exists within SharePoint site.

Instead you should be able to create an AAD Security Group (login to https://portal.azure.com/, then Azure Active Directory, Groups, + New Group), wait ~10 minute, then you can

  • manage group membership
  • use this group in your site

OTHER TIPS

Unfortunately for Sharepoint groups no, and this has been a long standing caveat with Site Collection Administrators - they can only be defined users.

You can use Azure AD / Office 365 Security Groups though.

This link to previous question explains this well this very well.

There is no way to make a SharePoint Group as site collection administrator. As a workaround, you could make an offcie 365 group as site collection administrator.

Create a Office 365 group and add users to it. Then go to SharePoint admini center, choose the site and click permissions. Add the Office group as admin. enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top