Create DL for specific users and only seen by them

Copper Contributor

I received a request for creating Distrubtion List for a specifc team and this DL should only visible in GAL for those people.

I only have Exchange online for educational.

We installed office 2019 on staff and stuents computers.

I am not sure if it is doable on GUI or we need a powerlShell or it is not adobale at all.

Please advise.

@LeonPavesic 

1 Reply
Hi Samer,

I am afraid it is all or nothing at all.

Connect-ExchangeOnline
Set-DistributionGroup -Identity <DistributionGroupIdParameter> -HiddenFromAddressListsEnabled $true

https://learn.microsoft.com/en-us/powershell/module/exchange/set-distributiongroup?view=exchange-ps#...