adding many inbox's
Hi allI work in a school and we just today added all the ad accounts for the new year of students. i need to now add 192 mailbox's for these users. is there an easy way to do this without havingto compile an essay in code? A nice wizard i don't know anything about would work :)ThanksJason
September 3rd, 2009 6:19pm

Which version of Exchange do you use?Amit Tank | MVP Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2009 6:23pm

currently using exchange 2007
September 4th, 2009 10:56am

Hi Jason,You could use Exchange management console as well as a powershell command, please check the following articles for detail steps:http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/exchange-2007-sp1-mailbox-management-features-part3.htmlhttp://exchangepedia.com/blog/2006/12/bulk-mailbox-enabling-users-exchange-shell.htmlThanks,Elvis
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2009 11:17am

Also if you want to enable mailboxes of all users created in last 15 days (or whatever days) then you can run below cmdlet to mail enable or add mailboxes of these users... Get-User -ResultSize Unlimited | Where {($_.WhenCreated -gt (get-date).adddays(-15))} |Enable-Mailbox Database ExchangeServername\MailboxDatabaseNameAmit Tank | MVP Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com
September 7th, 2009 11:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics