Hide DL from GAL

From KlavoWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To hide a Distribution List from the GAL

set-distributiongroup <GROUPNAME> -HiddenFromAddressListsEnabled $true

To display a previously hidden Distribution List into the GAL

set-distributiongroup <GROUPNAME> -HiddenFromAddressListsEnabled $false