Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBook
Script Library
Twitter Grid
All Tags
»
WMI
»
Exchange 2003
(
RSS
)
Browse Forum Posts by Tags
Showing related tags and posts for the
Forums
application. See
all tags in the site
Sorry, but there are no more tags available to filter with.
Re: Powershell to get the list of Disconnected mailbox in the Exchange ...
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...
Posted to
Exchange
(Forum)
by
Aleksandar
on 04-28-2009
Filed under: Exchange 2003, WMI
Page 1 of 1 (1 items)
Copyright 2011 PowerShell.com. All rights reserved.