#Exchange 2010 Training Day 1

#Exchange2010 … For the guys on the training here.

When you use the GUI wizard to create a new mailbox, there is a check box that says “Specify the mailbox database rather than using a database automatically selected” .. How does the database get automatically selected?  What criteria gets used?

  1. Gather all databases in the org
  2. Exclude any that are marked for exclusion
  3. Exclude any that are not in the same AD site as the provisioning server
  4. Pick one randomly – check if it’s “up” according to active manager. If yes, use it. If no, repeat step #4.

For #2 Set-MailboxDatabase -IsExcludedFromProvisioning:$True

The IsExcludedFromProvisioning parameter specifies that this database is permanently not considered by the mailbox provisioning load balancer. If the IsExcludedFromProvisioning parameter is enabled, new mailboxes aren’t added automatically to this database. You can manually add a mailbox if your role permits.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.