Issue: Exchange 2010 cannot remove mailboxdatabase due to “Disconnect Mailbox”
reference:
How to remove disconnected mailboxes in Exchange Server 2010
Get-MailboxStatistics -Database "Mailbox Database 0842341759"
Get-MailboxStatistics -Database "Mailbox Database 0842341759" | ft displayname,disconnectdate,mailboxguid
Remove-Mailbox -Database "E14 Mailbox DB Name" -StoreMailboxIdentity "MailboxGuid" -Confirm:$False
Run
get-MailboxDatabase | clean-mailboxdatabase
Finally, I found the lost mailbox on corp dmain.
Comments
Post a Comment