How to Create 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 create a GAL by using the Exchange Management Shell.
Note
You cannot use the Exchange Management Console to create a GAL. You must use the New-GlobalAddressList cmdlet in the Exchange Management Shell.
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 create a GAL
Run the following command.
New-GlobalAddressList -Name <String> -IncludedRecipients <Nullable> -ConditionalCompany <String>
For example, to create a GAL for the Contoso company, run the following command.
New-GlobalAddressList -Name "Contoso GAL" -IncludedRecipients MailboxUsers -ConditionalCompany Contoso
Note
If you are using precanned conditional filter properties, the IncludedRecipients parameter cannot be blank.
For More Information
For more information about managing GALs, see Managing Global Address Lists.