Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Create Exchange account within Winbatch

Keywords:   exchange folder

Question:

I'm trying to create an Exchange account using Winbatch. It's not creating the profile thats problematic, its actually the exchange mailbox that I'd like to be able to create from wntUserAdd...

I'm making progress along the line of running the exchange admin program from within winbatch. But, ideally within winbatch would be so cool.

Answer:

I create a directory import file, then run the exchange admin with switches to import the file:
	RunWait("%ADMINDIR%\ADMIN.EXE","/i C:\EXCHADD.CSV /d %EX_HOMESVR% /n")
Speak to your Exchange Admin about the format of the import file....
Article ID:   W14156
Filename:   Create Exchange account.txt