Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

assistants with exchange AD import scripts please

Status
Not open for further replies.

Whimp

Programmer
Aug 11, 2004
5
NL
HI,

I want to make vbscript who creats contacts and DL's. This parts works fine. But i also want to set message restrictions to the DL's with the DlMemSubmitPerms attribute. Does anyone know how to access this object for write. I found a document on the the MSDN website, see link :
Maybe some knows and can help me..... I'm migrating this weekend :-(

Regards,
Richard
 
Using the example on the MSDN site, there is a corresponding method to objUser.Get which is objUser.Put

For example:
objUser.Put "DlMemSubmitPerms", "NewValue"

You will have had to Get the attributes first of course.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top