5 pts.
 Set-GlobalAddressList not Updating Custom GAL
We have several companies under our parent, each requiring separate GAL's in addition to the Default Global Address List. I have been able to create the additional GAL's via Exchange Management Shell using the syntax New-GlobalAddressList -Name "Brian Harris BMW Mini" -ConditionalCompany "Brian Harris BMW Mini" -ConditionalCustomAttribute15 "DistGroupBMWMini" -IncludedRecipients "AllRecipients". This syntax correctly created the Custom GAL, however we have had to make a change and only want to filter by the -ConditionalCustomAttribute15 value. I have used then following to attempt to modify the GAL Set-GlobalAddressList -Identity "Brian Harris BMW Mini" -ConditionalCustomAttribute15 "DistGroupBMWMini". Upon execution of the script I receive no errors, and the script completes and returns to the PowerShell Prompt. I then update the GAL with Update-GlobalAddressList command, and then use the Get-GlobalAddressList -Identity "Brian Harris BMW Mini" | FL to return the results. Long story short the -ConditionalCompany parameter is not being removed. HELP!!! Any ideas and suggestions are welcome.

Software/Hardware used:
ASKED: May 22, 2010  3:54 AM
UPDATED: May 24, 2010  1:06 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You can try to manually update the GAL. Please have a look at my video on YouTube guiding you through manually updating your Exchange 2010 global address list.

You can access it here: http://goo.gl/JDi4m

Regards,

HendrikWiese

 90 pts.