Forum Discussion
Samer Rustom
Jun 30, 2023Copper Contributor
Create DL for specific users and only seen by them
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 ...
MathieuVandenHautte
Jul 02, 2023Iron Contributor
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#-hiddenfromaddresslistsenabled
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#-hiddenfromaddresslistsenabled