We are trying to uncheck the following: "automatically update the email
addresses based on the recipient policy"
Also basically we want to removed all email address except for the user.cn
plus our domain name. For some reason this still leaves the CCMAIL which we
don't want in our accounts either.
We are at Windows 2003 SP1 and Exchange 2003 SP2
***************************************************************************************************
Set ouStu = getObject(LDAP://OU=XXX,DC=XX,DC=XXX)
for each User in ouStu
User.PutEx 1, "msExchPoliciesExcluded",
array("{26491CFC-9E50-4857-861B-0CB8DF22B5D7}") - This does not work
User.SetInfo
User.proxyAddresses= user.cn & "@XXX.XXX"
User.SetInfo
next
Set User = Nothing
Set ouStu = Nothing
****************************************************************************************************
Any help would be appreciated.
Thanks,
Eric Sabo