I'm looking for a command that will list all the disconnected mailboxes in our Exchange organization.
I found one that seems to do this:
Get-MailboxDatabase | Get-MailboxStatistics -Filter 'DisconnectDate -ne $null'
This command is Example 5 from the Get-MailboxStatistics page (http://technet.microsoft.com/en-us/library/bb124612(v=exchg.150).aspx). However this page is for Exchange 2013.
Does anyone know if this command is compatible with Exchange 2010?