Disabled Users List
We are on Exchange 2007 SP1 (will be moving to Exchange 2010 ina month's time) We have 6 DBs. I need a complete list of disabled mailboxes possibly grouped by database name. I need the result to display "Display Name" & "Disconnected Date", Mailbox Size & Mailbox Items. Please help me. Thank You & Kind Regards philip
September 12th, 2012 6:03am

Get-MailboxStatistics -Resultsize unlimited | where{$_.disconnectdate -ne $NULL} | Sort Database | ft DisplayName,Database,Disconnectdate,totalitemsize,ItemCount
Free Windows Admin Tool Kit Click here and download it now
September 12th, 2012 7:05am

A parameter cannot be found that matches parameter name 'Resultsize'. At line:1 char:34 + Get-MailboxStatistics -Resultsize <<<< unlimited | where{$_.disconnectdate - ne $NULL} | Sort Database | ft DisplayName,Database,Disconnectdate,totalitemsiz e,ItemCount [PS] C:\Windows\System32>
September 12th, 2012 9:27am

You may remove -Resultsize unlimited option.
Free Windows Admin Tool Kit Click here and download it now
September 12th, 2012 9:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics