Unable to delete database copy or uninstall mail server

Source: Internet
Author: User

assume that you are removing the last replica of a mailbox database or uninstalling an Exchange server and running the following error message



As suggested by the error message, I verified the existence of various possible mailboxes that can be created, that is, the normal user mailbox, the quorum mailbox, the public folder mailbox, and the archive mailbox.

Check that the regular mailbox does not show any content:


Check that the archive mailbox does not show anything:


Check that the public folder mailbox shows nothing:


Finally, the results of the review of the arbitration mailbox are as follows:


However, deleting a mailbox database will still fail with the same error. What should I do?

# 1 If you are using Exchange 2013, you can use remove-mailboxdatabase because it indicates the DN of the user who still has the mailbox on the database, but only if the-verbose parameter is specified


Another possibility is that the database you are trying to delete is an archive mailbox that is kept in a different mailbox database.


The following command helps you to list mailboxes that use a specific database as an archive database:

Get-mailbox | where {$_. Archivedatabase-eq "<databaseName>"}


# example 1


So, I just moved the archive mailbox to another database:

After the move is complete, the database can now be deleted

Unable to delete database copy or uninstall mail server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.