Sunday, February 28, 2010

View Disconnected Mailbox on Exchange 2007 by using PowerShell

Execute the command below on PwerShell.

Get-MailboxStatistics -Server | where { $_.DisconnectDate -ne $null } | select DisplayName,DisconnectDate

No comments:

Post a Comment

 
span.fullpost {display:inline;}