I have a customer, where we have taken over the support from an old supplier, so we don’t know much about their background.
The first thing we do, was to update the Exchange Server.
But after have move all mailboxes, public folders, system mailbox.
I still got this error:
1 2 3 4 5 6 7 8 9 10 11 |
This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. To ge t a list of all mailboxes in this database, run the command Get-Mailbox -Database <Database ID>. To get a list of all m ailbox plans in this database, run the command Get-MailboxPlan. To get a list of archive mailboxes in this database, ru n the command Get-Mailbox -Database <Database ID> -Archive. To get a list of all arbitration mailboxes in this database , run the command Get-Mailbox -Database <Database ID> -Arbitration. To disable a non-arbitration mailbox so that you ca n delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>. To disable an archive mailbox so you can d elete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive. Arbitration mailboxes should be move d to another server; to do this, run the command New-MoveRequest <parameters>. If this is the last server in the organi zation, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan <Mail boxPlan ID> -Database <Database ID>. |
Mailbox Plan is only used on the cloud.
I have look every places, unto i run this command:
1 |
dsquery * domainroot -attr * -limit 0 > result.txt |
i then open the result.txt in notepad, and found some reference to the old database
1 |
msExchDisabledArchiveDatabaseLink: CN=Exch2013MB_Archive,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Fibia,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=XXXX,DC=local |
After delete this reference, i could delete the database.