ADSI AND Creating Exchange 2000 mailbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am in the middle of creating a VBScript that uses ADSI to automate the
creation of user accounts. I was wondering if someone could provide a snipet
of code that would allow me to create the exchange mailbox at the same time?
 
Space said:
I am in the middle of creating a VBScript that uses ADSI to automate the
creation of user accounts. I was wondering if someone could provide a snipet
of code that would allow me to create the exchange mailbox at the same time?

Two samples how to create exchange mailbox:
http://www.w2k.pl/tech/sample2_6.txt
http://www.w2k.pl/tech/sample2_6_1.txt

You can have some problems with delay between creating user accout and
getting this account visible for the Exchange server
 
Back
Top