Apr 05 2019 12:09 PM
I am struggling a little to find an answer for re-adding O365 group owner to site collection administration list. Typically, when a new team site is created, O365 group owner is automatically added to the list of site collection administrator but when it is not listed, how can this be added back in? If manually searching and adding [O365 group name] Owner, it is not listed but [O365 group name] Member is. If [O365 group name] Member is added, everyone, including member/non-owners has site collection administration access. So, any guidance in re-adding [O365 group name] owner back in would greatly be appreciated.
Apr 05 2019 01:04 PM - edited Apr 05 2019 01:04 PM
Find the GUID of the members Azure AD Group. Go into this location of your site and change the view to add the account info and also you can remove the filter to display hidden account.
/_layouts/15/people.aspx?MembershipGroupId=0
Then take the GUID that end with the _o (This is the owner GUID of the group)
Something like c:0o.c|federateddirectoryclaimprovider|999999-9999-9999-aaaa-12212122_o
Take only this portion: 999999-9999-9999-aaaa-12212122_o
Go into the site collection admins and paste the GUID.
Apr 05 2019 01:57 PM
Solution@ChrisFicekin the new SPO admin center, select the site, then look at the info panel, if the group is disconnected from the owner role, a message box will show up with a link to reconnect it.
Apr 05 2019 02:03 PM
Apr 05 2019 02:07 PM
@Martin-Coupalvery true, and many are unannounced. I noticed that a while ago when I was trying to fix a problem caused by someone on my customers team that did not understand what they were doing with a script (:
Apr 05 2019 02:11 PM
Apr 05 2019 02:17 PM - edited Apr 05 2019 02:27 PM
@Dean_GrossThank you!
Here is the feature Dean was referring to in reconnecting O365 group owners as site collection admins.
@Martin Coupal I tried the method you mentioned and I was still experiencing issues where members still had site collection administration access. The steps Dean mention and clicking on the message "add the group owners as admins" takes care of the issue. I appreciate you offering your help as well! Anything helps.
Apr 05 2019 02:25 PM
Jun 08 2020 08:57 AM
@ChrisFicek I'm having the same issue as you but using @Dean_Gross fix by adding the group owners as admin from the admin centre is again making the "Members" group show up under Site collection administrators, instead of "Owners" group.
Is that what you experienced as well?
This is weird that we can't add the "Owners" group again by simply searching for it!
Thanks
Charlotte
Jun 09 2020 07:55 AM
@CharlotteDessertenne That is strange. I have not experienced that issue as it should put the "Owners" group back in. It could be a fluke. Glad you caught that because we simply don't want to add "Members" group as a site collection admin. Can you try removing them and re-add it using Dean's fix? Do you get the same results as you did earlier?
Jun 09 2020 08:01 AM
@ChrisFicek Hi Chris,
I did it again, removing "XXX members" from Site collection administrator, going to the SharePoint admin centre, seeing the message about the owners not being admins for the site and clicking "Add the group owners as primary admins":
Then it adds each owners' name (not the "XXX owners" group) in there, and the Site collection administrator shows up the "XXX members" group again.
Thanks for your help
Charlotte
Jun 11 2020 02:18 PM
That is strange -- I wondered if there is something clunking going on with the site. Technically, it should re-add the Owners group back in. Did the group get renamed, deleted or some?
Can you create a test site, delete the Owners group from the site collection admins and then go to the SharePoint Admin Center and re-add the group. Do you get the same results? If not, then it might be an isolated case. If it is not a hassle, could the site be recreated?
I am almost suspecting that this is a bug because if you try to add the Owners group in manually, it typically adds the Members group instead. I even tried it with Sharegate, even though it listed the Owners group, it instead adds the Members group. So I think it is a bug of some sort.
Here is a Microsoft article that talks about the groups based on the id. https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-permi... for which I believe should've worked in the first place (as a back up).
Jun 12 2020 01:28 AM
@ChrisFicek You were right, this is a problem on this specific site.
I deleted the Owners group from site collection admins on a Test site, and then added them back up from admin center and it worked: the Owners group showed up again in site collection admins.
The site I have trouble with has been renamed indeed, so that might be why it's not working anymore... I unfortunately can't recreate it because it's already been quite challenging to get the users to this site.
I have even tried to use this trick [site address]/_layouts/15/permsetup.aspx to get my Owners group back, didn't work.
So I have created a security group with the owners names and added it as site collection admins. Do you see a big risk in the fact that the Owners group are not site collection admins anymore?
Thanks for your help
Charlotte
Jun 15 2020 03:16 AM
@Chris Ficek No idea what kind of bug hapened, but running the Get-SPOUser command shows that both groups (with or without _o at the end of GUID) gets the same display name of "XXX Members", whereas for other sites it shows "XXX Members" and "XXX Owners":
As you can see, the "XXX Members" group is part of SP Members and SP Owners, that's because I have tried forcing the GUID ending "_o" into the SP Owners group to see if it would at least get the right group as owner in the background, even with wrong display name, but unfortunately it picks the "XXX Members" one.
Is there a way to rename the group ending "_o" to "XXX Owners" in your mind? Or any sollution comes to your mind with this added info?
Your help is very much appreciated
Thanks
Charlotte
Jun 19 2020 02:24 AM
@Rajkiran_Swain can you be more specific please?
Jun 19 2020 08:24 AM
@CharlotteDessertenne I am not familiar in renaming the permission group name with PowerShell. Sorry, I wished I could help you there.
Jun 19 2020 08:27 AM
@ChrisFicek No problem, Chris, thanks for trying! 🙂
Maybe someone passing by will have an idea, otherwise I'll just leave the site as is with the current set up which is not ideal but does work
Thanks
Jun 19 2020 09:03 AM
@CharlotteDessertenne If you created and added another security group to the site collection admin, I think it should be fine.
Apr 12 2023 01:10 AM
Apr 24 2023 03:21 PM
@OrangeJuiceJones, its been a few years since I've encountered this issue. Have you tried going to SharePoint Admin Center > Locate the active site and select it to get to the site settings. I am curious if there is a message that is prompt to add the group owners as admins is still.
Apr 05 2019 01:57 PM
Solution@ChrisFicekin the new SPO admin center, select the site, then look at the info panel, if the group is disconnected from the owner role, a message box will show up with a link to reconnect it.