Aug 26 2020
08:13 AM
- last edited on
Feb 07 2023
07:58 PM
by
TechCommunityAP
Aug 26 2020
08:13 AM
- last edited on
Feb 07 2023
07:58 PM
by
TechCommunityAP
Hello,
We have just gone through the provisioning program in the UK for my Trust and it has created a bunch of groups we don't need.
Here's my problem:
We have 12 schools all of which have a Microsoft 365 Group for 'all staff' with different sub domains. Attached to that is allstaff@subdomain1.co.uk and allstaff@subdomain2.co.uk.
I have made the groups public - but whenever I try to uncheck the 'Hide from the Global Address List' I get 'retry not possible'. I have tried everyday for the past two weeks and getting nowhere.
So then I set up a separate group which is 'Mail Enabled Security' so they an email address and I can easily assign permissions into SharePoint. Then I downloaded the members from Azure with the plan of re-uploading into the new group. When I try to do that the 'Bulk actions' are all greyed out.
Therefore can I do any of the following:
1) make that uncheck box work? (it work once for one of the groups)
2) ungrey out the 'Bulk actions'
3) Change the Microsoft 365 Group to a 'Mail enabled security' Group so it can appear in the global address list and be emailed to.
I am just a teacher that has spent all summer trying to work this out so please spell it out to me.
Thank you for you any help.
Aug 26 2020 09:03 AM
So #3 is not possible by design, there's no way to "convert" between group types (although recently MS seems to have introduced a functionality to security-enable O365 Groups). For #1 and #2, I'd suggest trying via PowerShell, if that also doesn't work open a support case.
Aug 26 2020 09:14 AM
Aug 27 2020 03:32 AM
SolutionRead here how to connect: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exch...
Once connected, run the following to "unhide" the group:
Set-UnifiedGroup group@domain.com -HiddenFromAddressListsEnabled:$false
Aug 27 2020 03:32 AM
SolutionRead here how to connect: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exch...
Once connected, run the following to "unhide" the group:
Set-UnifiedGroup group@domain.com -HiddenFromAddressListsEnabled:$false