Darylrese Posted February 15, 2013 Posted February 15, 2013 (edited) Hi Guys, Im trying to create a GAL which lists only users at on our domain. Our exchange is under an academy's exchange forest and we can see everyones email address in the global address list at the moment from all academies which is causing confusion and people are emailing the wrong academy Im creating an Address Book Policy to restrict this but need a GAL which contains only users on our domain. What Custom Attribute do i use? We have an Address List already which users can manually select with the correct users but the ABP needs a GAL. Any ideas? Many thanks Edited February 15, 2013 by Darylrese
Darylrese Posted February 15, 2013 Author Posted February 15, 2013 I have managed to populate the GAL by adding a Company name to everyones mailbox in exchange and then running powershell command to create a GAL with everyone who has company specified, however this isnt a great method as it means we would have to remember each time we setup a new user to add the company to their mailbox otherwise they wont show up in others GAL. ANy ideas?
timbo343 Posted February 15, 2013 Posted February 15, 2013 Have a look at this How to Implement Address Book Policies in Exchange 2010 SP2 Effectively | CareExchange.in _ Satheshwaran Manoharan's Blog I am kinda in the same boat where i only want to list staff or students in seperate address lists rather than having them in the same GAL. It is working at the moment but i have to remember to include the custom attributes when i set users up in exchange.
sukh Posted February 15, 2013 Posted February 15, 2013 You can look into creating a shell script which is scheduled to run which sets the custom attribute. Theres also the scripting cmdley which may do this for you.
Darylrese Posted February 26, 2013 Author Posted February 26, 2013 (edited) Hi, Anyone else managed to solve this one? At the moment i have run the following command to make a GAL based on company field, bulk select mailboxes and type the company name in (school name) New-GlobalAddressList -Name "MCA_GAL" -IncludedRecipients MailboxUsers -ConditionalCompany [sCHOOL NAME] This created a GAL based on all mailboxes with our school name entered in them. The problem is you then have to add the school name to the company name field everytime you setup a new mailbox. Also you can't add a company field in a distribution group, therefore you cant have groups in a GAL either? Is there still no way of setting a default address book in outlook 2010 via GPO for all users to another list other than a Global Address List? The reason we have to do this is because our exchange is part of the academy forest and includes every email of every academy in the default global address list, thereofore we have created a custom one Edited February 26, 2013 by Darylrese
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now