Creating Mailboxes in Bulk

Hello All,

I'm having a bit of a conundrum. Our higher level engineers moved us to Exchange 2013 and left a bunch of us in the cold administering them; particularly when creating new mailboxes in bulk after we cut the AD accounts. We usually create the new AD accounts to in a single OU and in Exchange 2010 would create a new mailbox in the EMC by changing the scope for the new mailbox and then select them all. How do you do this in Exchange 2013 in Powershell (since the ECP isn't capable of doing this)




April 8th, 2015 11:50am

Use the EMS and run:

Get-User -OrganizationalUnit "domain.com/Some OU" | Enable-Mailbox

I would make sure the Get-User command returns what you want first, then toss the enable-mailbox in afterwards.

Free Windows Admin Tool Kit Click here and download it now
April 8th, 2015 12:03pm

This worked beautifully. Thanks!
April 8th, 2015 3:34pm

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

Other recent topics Other recent topics