Exchange Powershell Exchange and Powershell Helps, Tips, and Tricks

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.

One Response to “How to hide a Distribution Group from the GAL with Powershell”

  1. Yordan Yordanov says:

    Great, that was exactly what I was looking for!

Leave a Reply