Exclude Exchange 2010 Mailbox Database From Automatic Provisioning…

MS Exchange

As Exchange 2010 has been around for a while, everyone is familiar with the fact that you don’t have to specify a mailbox database when you create a mailbox. Exchange 2010 automatically assigns a database, if one is not given. This is a very good feature in bulk mailbox creations and migrations as the mailboxes will be automatically load balanced across multiple databases.

But, there might be situations where you don’t want a database to be included for automatic provisioning. One typical example is databases dedicated for senior management/VIP or one that has relaxed limits.

Run the command below to exclude a database from automatic provisioning.

Set-MailboxDatabase –identity “DBName” –IsExcludedFromProvisioning $true

Provisioning set to true

To revert the change, run the command below

Set-MailboxDatabase –identity “DBName” –IsExcludedFromProvisioning $false

Provisioning set to false

Other Popular Articles


MS Exchange

Scripting Agent Initialization Failed: “File is not found” Error During Exchange 2016 Setup

MS Exchange

EAC Access While Co-Existing Exchange 2013 With 2010

MS Exchange

Delete All Calendar Entries In An Exchange 2010 Mailbox

Leave a Comment