Avatar of Computer-Innovations
Computer-Innovations
 asked on

How do I separate Global Address Lists on Exchange 2010

We are hosting multiple domains on and Exchange 2010 server.  I need each domain to have its own Global Address List and not allow domains to see other domain lists.
ExchangeInternet / Email SoftwareEmail SoftwareEmail Servers

Avatar of undefined
Last Comment
Alan Hardisty

8/22/2022 - Mon
Akhater

Address list segregation is not supportec yet on exhange 2010 so, unless you are using hosting version of exchange sp1, you cannot do it yet
Tony J

Akhater

Tony1044 the link refer to exchange 2007,  exchange 2010 does not support address list segregation
Your help has saved me hundreds of hours of internet surfing.
fblack61
Alan Hardisty

Although not supported - I have used this article to segregate the Address Lists on my own 2010 server and know at least one other EE Exchange Genius who has done the same.

It is not a Supported Configuration at the moment as far as Microsoft is concerned, so if you walk down this route and get problems, Microsoft will not support you though.

http://technet.microsoft.com/en-us/library/bb936719(EXCHG.80).aspx
Akhater

But Alan did you try it with sp1, as far as I know you wont be able to update to sp1 or any future update
Alan Hardisty

I have updated to SP1 and so has the other EE Exchange Genius - mine is currently dragging down empty GAL's but the other Expert's isn't!  I have not had the time to look into this much yet - but know it can be done.

Installing SP1 after segregation can be achieved by a permission change.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Tony J

Sorry - haven't tried it myself, but thought it worked, even on Exc 2010 pre SP1?

Others seem to be using it too:

https://www.experts-exchange.com/questions/26205332/Set-GlobalAddressList-In-Exchange-2010-not-modifying-Custom-GAL.html
Computer-Innovations

ASKER
I've followed these steps, but I'm still having issues.  Non administrative users can't read the new GAL's I created and the default GAL is still visible to everyone.
Alan Hardisty

I followed them to the letter and it has worked for me and others I know who followed it.

You may have missed a step or two - it is a lengthy document.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Akhater

rego carefully over the doc you shld have missed a step or something
Computer-Innovations

ASKER
I am working on building a test system to work on this issue.  As soon as I've completed my testing I'll let you know if I need further help.
Alan Hardisty

FYI - My GAL's are now populated correctly!  Seems some twiddling with permissions took a while to apply - so with SP1 in place - all is happy : )
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Computer-Innovations

ASKER
Ok, I've created a new server from scratch for testing.  I'm following the steps as outlined and this is the first problem I ran into. I of course changed the domain name to suit my environment.

 Procedure
To use the Exchange Management Shell to modify the security permissions on the Offline Address Lists Container for the Authenticated Users group
1.Run the following command:



$container = "CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration, DC=testdomain,DC=local"

remove-adpermission $container -user "NT AUTHORITY\Authenticated Users" -ExtendedRights 'ms-Exch-Download-OAB'

CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configur
ation, DC=testdomain,DC=local wasn't found. Please make sure you've typed it correctly.
    + CategoryInfo          : NotSpecified: (0:Int32) [Remove-ADPermission], ManagementObjectNotFoundException
    + FullyQualifiedErrorId : 73338EB8,Microsoft.Exchange.Management.RecipientTasks.RemoveADPermission
Alan Hardisty

If you open up ADSIEDIT.MSC (Start> Run> {type} adsiedit.msc {press enter}) on your test server (be very careful here - you can do lots of damage with ADSIEDIT).

Expand Configuration (if you can't see Configuration, right-click Default Naming Context and choose Settings, then choose Configuration)

Expand Services> Microsoft Exchange> First Organization (If that is what it is called)> Address Lists Container> Offline Address Lists.

Is the path you have expanded down exactly the same as the syntax you entered in Powershell (in reverse).  If not - correct it - try the command again and make a note of the correct path.

Close ADSIEDIT.
Computer-Innovations

ASKER
Yes, there was a problem with my path.  I corrected it and now have the following error.

[PS] C:\Windows\system32>$container = "CN=Default Offline Address Book,CN=Offline Address Lists,CN=Address Lists Contain
er,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=testdomain,DC=local"
[PS] C:\Windows\system32>remove-adpermission $container -user "NT AUTHORITY\Authenticated Users" -ExtendedRights 'ms-Exc
h-Download-OAB'

Confirm
Are you sure you want to perform this action?
Removing Active Directory permission "\Default Offline Address Book" for user "NT AUTHORITY\Authenticated Users" with
access rights "'ms-Exch-Download-OAB'".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"):
An inherited access control entry has been specified: [Rights: ExtendedRight, ControlType: Allow]  and was ignored on o
bject "CN=Default Offline Address Book,CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN=Mic
rosoft Exchange,CN=Services,CN=Configuration,DC=testdomain,DC=local".
    + CategoryInfo          : NotSpecified: (0:Int32) [Remove-ADPermission], TaskInvalidOperationException
    + FullyQualifiedErrorId : 35613B0D,Microsoft.Exchange.Management.RecipientTasks.RemoveADPermission
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Alan Hardisty

I assume you pressed Y?

If so - the right is being inherited and thus can't be deleted without removing the inheritance first.

Looks like you may have missed a step.
Computer-Innovations

ASKER
I've copied and pasted the code step by step.. nothing has been missed.
Alan Hardisty

Okay - please fire up ADSIEDIT again, expand until the Offline Address Lists, then right-click and choose properties.  Click on the Security Tab.

What permissions does Authenticated Users have and are they inherited?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Computer-Innovations

ASKER
It says they are not inherited, but they also have no permissions assigned to them.
ASKER CERTIFIED SOLUTION
Alan Hardisty

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.