Exchange 2007 : Powershell script to select optimal database for a new mailbox
If you have multiple Storage Groups / Databases on your Exchange 2007 server, you may want to try to spread your mailboxes over all databases. You could use your “gut feeling” and/or select a database at random, or you could use a simple script to select the “best” database for hosting a new mailbox. The […]
Exchange 2007 Administration : Users, Groups and Mailboxes
Creating mailboxes for existing AD users Basic command : enable-mailbox –identity “Username (UPN)” -database “SERVER\Mailbox Database” -alias “alias” -ExternalEmailAddress email@adres.com If you want to create a mailbox for all users in a specific OU, use this command (Example : Sales OU , which sits under the Departments OU, in the domain.com domain) : get-user | […]