INTELLIGENT WORK FORUMS FOR COMPUTER PROFESSIONALS
Come Join Us!
Are you a Computer / IT professional? Join Tek-Tips now!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts
- Keyword Search
- One-Click Access To Your
Favorite Forums
- Automated Signatures
On Your Posts
- Best Of All, It's Free!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Partner With Us!
"Best Of Breed" Forums Add Stickiness To Your Site

(Download This Button Today!)
Member Feedback
"...Congratulations on a brilliant idea and a great site..."
Geography
Where in the world do Tek-Tips members come from?
|
Script to create mailboxes
|
|
|
mufka (ISP) |
27 Jan 05 12:37 |
I need to create 350 mailboxes. Is there a way that I can do it via a script. I know that I can use addusers.exe to create the users, but is there something I can use to create mailboxes? |
|
I've used an excellent product called Advantage. It creates user accounts, mailboxes, password settings, etc. You can use the trial version to do everything. However you should buy it because it will become and invaluable tool in your Active Directory/Exchange deployment. You can get it at http://www.javelinasoftware.com |
|
I recently used EXCHMBX.exe - at http://www.joeware.net/win/free/index.htm - almost certainly less powerful than btercha's software, but I used it and various other stuff to automate creation of my test environment... x all users, groups, etc stored in access database x macro exports these to .txt files x batch, dsadd, dsmod, exchmbx scripts to Add users, mailenable some, mailbox enable others. x VBS scripts to add secondary SMTP addresses, configure Windows Messenger/RTC stuff. I'll also keep Advantage in mind - although maybe overkill for us. cheers- Nick |
|
|
 |
|