How to Remove a Global Address List

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

The global address list (GAL) is a directory that contains entries for every group, user, and contact within an organization's implementation of Microsoft Exchange. This topic explains how to use the Exchange Management Shell to remove a GAL from your Exchange organization.

Note

You cannot use the Exchange Management Console to remove a GAL. You must use the Remove-GlobalAddressList cmdlet in the Exchange Management Shell.

Important

You cannot remove the default GAL.

Before You Begin

To perform this procedure, the account you use must be delegated the following:

  • Exchange Organization Administrators role.

For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Shell to remove a GAL

  1. Run the following command.

    Remove-GlobalAddressList -Identity <GlobalAddressListIdParameter> -DomainController <Fqdn>
    

    For example, to remove the GAL called Fourth Coffee from the domain controller ad-server.fourthcoffee.com, run the following command.

    Remove-GlobalAddressList -Identity "Fourth Coffee" -DomainController ad-server.fourthcoffee.com
    
  2. To confirm that you want to remove the GAL, type Y, and then press ENTER.

For More Information

For more information about managing GALs, see Managing Global Address Lists.