Exchange 2013 cu4
back in Exchange 2010, it is quite easy to reconnect a disconnected mailbox using a GUI tool.
now in 2013, we have to do it via powershell (seems backwards to me).
anyway, i tried all i know to list disconnected mailboxes
Get-MailboxStatistics -Database MB01 | fl DisplayName,MailboxGuid Get-MailboxStatistics -Database MB01 | fl DisplayName,MailboxGuid | out-string -stream | select-string Mickey
but none of them showed it. am very sure the mailbox was deleted less than 30 days and our retention policy is the default.
could there be another way to list disconnected mailboxes?