Jump to content

Recommended Posts

Posted

Hi,

 

I have a Exchange Server 2007 setup and the default global address list. But we have just setup over 1200 pupil e-mail accounts on an external system. What i would like tobe able to do is to setup another GAL or address list to hold these new 1200 accounts. I do not want them inside my current GAL.

 

So far I have created a new address list through the Enterprise console but i am having trouble adding the 1200 new e-mail addresse/contacts to it.

 

 

Faza

Posted

In Organization Config -> Address Lists Create the address book there. First Screen select "The Following Specific types" and select "Users with Exchange mailboxes", "Resource mailboxes", "Mail-enabled groups" Then click Next

 

Under conditions select "Custom Attribute Value and fill in the bottom with the correct attribute name. then Next out.

 

This will setup the rule. Then in the mailboxes (can do this in Powershell) assign the mailboxes with the custom attribute that you put in the rule.

 

User Powershell Command

Get-Mailbox -OrganizationalUnit "OU Name" | Set-Mailbox -CustomAttribute1

 

Group Powershell Command

Get-Group -OrganizationalUnit "OU Name" | Set-DistributionGroup -CustomAttribute1

 

 

Hope this helps..

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...