By Krishna This entry was posted on Thursday, April 23rd, 2009 at 12:41 pm and is filed under Exchange 2007, Powershell. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site ...
Read More
That's solution for Exchange 2007 using the Exchange cmdlets. If you are an admin of Exchange 2003 Get-WmiObject could help to get the list of disconnected mailboxes:
Get-WmiObject -namespace root\MicrosoftExchangeV2 -class Exchange_Mailbox -computer $ExchServer -filter "DateDiscoveredAbsentInDS is not null"
Cool , Thank you