Forum Discussion
Hello from the Office 365 Groups Engineering Team
Hi, we'd like a way to hide, by default, all O365 groups from our GAL. We want users to be able to create groups (both directly and/or via Planner), so controling/locking down that aspect doesn't solve the problem. Currently, we're having to run a Powershell script at regular, daily intervals to hide O365 groups.
Any advice welcomed!
Thanks,
Mike.
+ 1 on setting a default to hide group email addresses from the gal by default. we are in the exact same boat.
- TonyRedmondAug 24, 2016MVP
Although you can't set a default to have Office 365 Groups hidden from the GAL, it's easy to do in PowerShell:
[PS] Get-UnifiedGroup | Set-UnifiedGroup -HiddenFromAddressListsEnabled $True
Voila! All groups will now be hidden. They can still be used, buit they will be hidden.
Not that I would want this to happen...