Link to home
Start Free TrialLog in
Avatar of macleandata
macleandata

asked on

need to change the default "Automatically update e-,ail addresses based on recipient policy" to unticked

Hi

we had an issue, where by we had to add another domain to our exchange server to the recipients policies default policy, which worked okay, we have 5 other domains in this list also as our company is split into sub company names, so users have different email addresses i.e. jobloggs@company1.com billbloggs@company2.com .. one thing that was done differently this time when adding this new @company5.com domain was to right click "Default Policy" and select "Apply this policy now..." which changed all of the 250 users primary email address to the same by which we think was applying the tick in "Automatically update e-mail addresses based on recipient policy" but to add even more mistery is for the x years of adding new users to the system we were able to alter their primary email address to something different to what is set on the recipient policy in exchange and not have to un-tick the "automatically ....." option which is ticked by default, so my question is how are we able to alter the default setting maybe using ADSI edit  to alter the default to unticked?? as this worked before.

Thanks guys

Jim
Avatar of ach_patil
ach_patil

You can do this by changing the following Attribute using ADSIEDIT for all users

Attribute : msExchPoliciesExcluded
Value: {26491CFC-9E50-4857-861B-0CB8DF22B5D7}

Refer to the link below.
http://support.microsoft.com/kb/318072

You can make bulk modifications on your Active Directory objects using the utility ADMODIFY.
Download from http://www.codeplex.com/admodify
Tutorial to use it is here
http://www.msexchange.org/articles/admodify-change-exchange-specific-ad-user-attributes.html

Hope this helps
Avatar of macleandata

ASKER

great thanks patil, I will let know if any issues
I guess this only changes it for each person that already is setup on the system as apposed to that one change which will alter for everyone, and each new user setup there after,  we have manually gone through and un-ticked the option in each user, but obviously now when setting up new users we have to untick this option each time, which okay not a biggy but we did not have to do this before,  just cant understand why this has changed.
ASKER CERTIFIED SOLUTION
Avatar of ach_patil
ach_patil

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial