Share via

Hide Office 365 Groups

Anonymous
2016-01-27T03:18:45+00:00

Until recently, you had two different kinds of groups and both could be managed through Exchange: Security Groups, and Distribution Groups. Now there is a new beast in the jungle called an Office 365 Group. An Office 365 Group cannot, as far as I can tell, be managed in Exchange. And in the general Office365 Admin Portal, there is no way provided to hide an Office 365 Group from the GAL. If anyone has a way to do this, either via the GUI or via PowerShell, I would love to know!

Microsoft 365 and Office | Subscription, account, billing | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2016-01-27T06:30:01+00:00

Hi Michel,

You can use following PowerShell cmdlet to hide an Office 365 Group from GAL:

Set-UnifiedGroup -Identity *** Email address is removed for privacy *** -HiddenFromAddressListsEnabled $true

For more information about the cmdlet Set-UnifiedGroup, please refer to:

https://technet.microsoft.com/en-us/library/mt238274(v=exchg.160).aspx

Thanks,

Franky

Was this answer helpful?

50+ people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2016-01-27T08:05:14+00:00

    Thank you! Exactly what I needed.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments