Hi,
I want to modify the smtp addresses for a large number of users in our 5.5 exchange setup. Since there is too many to do manually I wanted to use vbscript.
I've looked around and found :
<
but try as I might I can't get it to work. It gets to the line :
Set objMSPrivMDB = objMyIADs.OpenDSObject(strMSPrivMDBPath, strUserName, strPassword, 0)
but then fails with a "An operations error occured" error message.
Does anyone have any code that would allow me to query the current smtp addresses and/or change them?
Any information gratefully received.
Thanks
nmi
I want to modify the smtp addresses for a large number of users in our 5.5 exchange setup. Since there is too many to do manually I wanted to use vbscript.
I've looked around and found :
<
but try as I might I can't get it to work. It gets to the line :
Set objMSPrivMDB = objMyIADs.OpenDSObject(strMSPrivMDBPath, strUserName, strPassword, 0)
but then fails with a "An operations error occured" error message.
Does anyone have any code that would allow me to query the current smtp addresses and/or change them?
Any information gratefully received.
Thanks
nmi