Link to home
Start Free TrialLog in
Avatar of LeviDaily
LeviDailyFlag for United States of America

asked on

Remove Access to Distribution List

We have a distribution list that is for AllStaff. It is nice when management needs to send off an email to everyone in the company. The problem is we get end users sending off emails to AllStaff.

Is there a way to only allow certain people to send to AllStaff?? Little help here. Thanks!!
Avatar of Randy Downs
Randy Downs
Flag of United States of America image

http://www.exchange-powershell.com/2010/07/06/how-to-hide-a-distribution-group-from-the-gal-with-powershell/
How to hide a Distribution Group from the GAL with Powershell
07.06.2010 · Posted in GAL - Global Address List, Powershell
Here is a simple command that will save you some time. Instead of having to open up a GUI, you can just type this command in a PowerShell window and hide a Group from the GAL (Global Address List)

set-distributiongroup [GROUPNAME] -HiddenFromAddressListsEnabled $true
This will then hide the list from the GAL. No need to go into the GUI to get it done.

ASKER CERTIFIED SOLUTION
Avatar of OctInv
OctInv
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial