Jun 14 2017 01:24 PM
Are there any options for not showing O365 Groups in the GAL?
It would seem if that if a group is Private that not eveyone should be able to email it. No?
Thank you,
eZe
Jun 14 2017 01:44 PM
SolutionYes, powershell ...
Set-UnifiedGroup groupname -HiddenFromAddressListsEnabled $true
Jun 14 2017 03:10 PM - edited Jun 14 2017 03:12 PM
Hiding a Group from the GAL, though, does not prevent other users to send email to the Group (if they know the address).
To limit this possibility consider also:
Set-UnifiedGroup -Identity groupname -AcceptMessagesOnlyFromSendersOrMembers groupname
Jun 14 2017 11:12 PM
Jun 14 2017 01:44 PM
SolutionYes, powershell ...
Set-UnifiedGroup groupname -HiddenFromAddressListsEnabled $true