Good morning. I am new to Exchange 2013, as we are in the midst of migrating from Lotus Domino. I need to familiarize myself with and test recovery features of Exchange before we can continue with migrating users and I am at the stage where I am testing accidental mailbox deletion. So, I go to the recipients and I delete one of the mailboxes (Test Email9). I verify the mailbox and AD account have been deleted, which I expected. So I go into the Exchange Shell to try to restore and the first thing it asks me to do is see if it is soft deleted or deleted. I run the following command:
Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisplayName -eq "<display name>" } | fl DisplayName,Database,DisconnectReason
Here is what I see:
The DiconnectReason is blank. What does this mean, and how do I continue my restore process?
Thanks,
Brian
Thank You, Brian Nytch