Service mailboxes transferįor database deletion it is necessary to transfer these mailboxes to the another database. Mailbox plans should be moved to another server to do this, run the command Set-MailboxPlan -Database. If this is the last server in the organization, run the command Disable-Mailbox -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Arbitration mailboxes should be moved to another server to do this, run the command New-MoveRequest. To disable a public folder mailbox so that you can delete the mailbox database, run the command Disable-Mailbox -PublicFolder.
#Search mailboxes exchange 2010 archive
To disable an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox -Archive. To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox. To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database -Arbitration. To get a list of all public folder mailboxes in this database, run the command Get-Mailbox -Database -PublicFolder. To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database -Archive.
To get a list of all mailbox plans in this database, run the command Get-MailboxPlan. To get a list of all mailboxes in this database, run the command Get-Mailbox -Database.
Remove Offline Address Book details from Organization Configuration>Mailbox>Offline Address Book tab location in the Exchange Management Console. This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration mailboxes. Remove Public Folder database and mailbox database from Server Configuration>Mailbox location in the Exchange Management Console.