Forum Discussion
Group Issues
- Aug 27, 2020
Read here how to connect: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps
Once connected, run the following to "unhide" the group:
Set-UnifiedGroup group@domain.com -HiddenFromAddressListsEnabled:$false
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.
I am really not great at Powershell. Is there anywhere you can point me to other than the Microsoft docs - I've tried that and I don't understand the terminology
- VasilMichevAug 27, 2020MVP
Read here how to connect: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps
Once connected, run the following to "unhide" the group:
Set-UnifiedGroup group@domain.com -HiddenFromAddressListsEnabled:$false
- Jon_StokesAug 28, 2020Copper ContributorThank you very much