Exchange 2013 cu4
today, by mistake someone deleted the AD account of a mailbox-enabled user. apparently, deleting the AD account first also deletes the mailbox.
i clicked on the "Connect Mailbox" in ECP to see if the disconnected mailbox is listed but it is not there. i ran this command in shell and it returned no reason:
Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisplayName -eq "Bugs Bunny" } | fl DisplayName,DisconnectReason,DisconnectDate
DisplayName : Bugs Bunny
DisconnectReason :
DisconnectDate :
how can i recover this "deleted" mailbox then? my retention policy is 30 days (default).
Regards,
Reno