Multiple Global Address List ( GAL ) in Exchange 2007

9 views
Skip to first unread message

Amit Tank

unread,
Apr 5, 2008, 2:48:47 PM4/5/08
to It_disc...@googlegroups.com

http://exchangeshare.wordpress.com/2008/04/05/multiple-global-address-list-gal-in-exchange-2007/

 

Exchange Management Console (EMC) doesn't allow you to create more than one GAL but PowerShell gives you that functionality.

Before you start you should have Exchange Organization Administrators role in your organization since this is organizational level changes.

Microsoft gives the theoretical limit about number of GAL/Address List in organization is 1300 but I feel nobody would have tired that.

Take a look at Address Lists before creating New GAL in my testing environment.

image

Now lets see mailboxes list.

image

Here mailboxes has postfix 1 they are in company named 'Company 1' and mailboxes has postfix 2 they are in 'Company 2'.

image

image 

Now lets see the syntax for creating New GAL

New-GlobalAddressList -Name <String> -IncludedRecipients <Nullable> -ConditionalCompany <String>

Example to create a GAL:

New-GlobalAddressList -Name "Company 1" -ConditionalCompany "Company 1" -IncludedRecipients "AllRecipients"

This will create 'Company 1' GAL which includes all type of recipients.

image

Here is the new GAL available in Address List and in OWA with all the recipients. 

image

image

·  Here we created the GAL based on Active Directory attribute named Company, in the same way we can create based on below different attributes.

     Company 
     CustomAttribute1 - CustomAttribute15
     Department 
     StateOrProvince

·  Switch -IncludedRecipients can have below different values as per your requirement.

     MailboxUsers
     Resources
     Mailcontacts
     MailGroups
     MailUsers
     AllRecipients

 

 

Regards,

Amit Tank, MCTS: Exchange 2007, MCSA 2003 - Messaging

 

(M) +91-9900173227

 

mail.png

 

Blog : http://ExchangeShare.WordPress.Com/

 

Group : http://groups.google.co.in/group/It_discussions

 

image001.png
image002.png
image003.png
image004.png
image005.png
image006.png
image007.png
image008.gif
Reply all
Reply to author
Forward
0 new messages