Error While Deleting The Default Mailbox Database In Exchange 2010…

MS Exchange

When an Exchange 2010 mailbox role is installed, a default mailbox database is created. In Exchange 2007, the default database is named “Mailbox Database” whereas in 2010, it comes with a random numbering at the end of the “Mailbox Database” name. This is to make the mailbox database name unique. Mine is named “Mailbox Database 1697561822”.

MBX

As most of the admins, my first instinct is to remove the default database and create ones with my company’s naming convention or the names of my choice. I created a new database named “MD1” and tried deleting the default one, only to be greeted with the error below.

“This mailbox database contains one or more mailboxes or arbitration mailboxes. Before you can remove this mailbox database, you must disable, move or remove user mailboxes and move arbitration mailboxes.

Arbitration Mailbox Error

Technet explains arbitration mailboxes as the mailboxes used for managing approval workflow. For example, an arbitration mailbox is used for handling moderated recipients and distribution group membership approval.

I moved my user mailboxes to another database and ran the following command to find the arbitration mailboxes.

Get-Mailbox –Database “Mailbox Database 1697561822” –arbitration

Find Arbitration Mailboxes

I moved the arbitration mailboxes as well to the second database with the command below.

Get-Mailbox –Database “Mailbox Database 1697561822” –arbitration | New-MoveRequest –TargetDatabase MD1

Arbitration Mailbox Move

I confirmed that the arbitration mailboxes were successfully moved using the Get-MoveRequest cmdlet.

Arbitration Move Complete

Once the mailbox move was completed, I could delete my default database!

MBX After

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

14 thoughts on “Error While Deleting The Default Mailbox Database In Exchange 2010…”

  1. Well done – what I like about your articles, is that they are clear and precise and on Administrator level I would say.
    Why don’t you create a mailing list – monthly or so – with some article links etc.

    Reply
  2. Hi ,
    I am not facing the above issue , But I was cross checking to run above command nothing is showing to me.

    Get-Mailbox –Database “Mailbox Database 1791121752”

    Reply
    • Hi Dinesh,

      Have you moved the arbitration mailboxes as well? Run Get-Mailbox –Database “Mailbox Database 1791121752” -Arbitration to find out.

      Thanks.

      Reply
  3. yeah, so helpful. But i think Microsoft should make it simple for administrators. They always do as if everybody have enough time to surf internet.

    Reply

Leave a Comment