With Exchange Management Shell, everything now possible:
Under Exchange Management Shell, type:
Get-User –OrganizationalUnit “DOMAINANME/OUNAME” Enable-Mailbox -Database “SERVERNAME\DATABASENAME”
press ENTER.
Poo, what if I have 1000 users inside? All 1000 users will be mailbox enabled!
Is that simple? Yes, it is.
Wednesday, March 21
Subscribe to:
Post Comments (Atom)

2 comments:
Doesn't seem to work. Tried it all in one command and two seperate commands.
Hi, you will need to put it in one line:
Get-User –OrganizationalUnit “DOMAINANME/OUNAME” | Enable-Mailbox -Database “SERVERNAME\DATABASENAME”
You will need the "|" pipe to work. Thanks for the comment.
Post a Comment