[Powershell]Get Exchange Mailbox Statistics

Posted by Alvin You
2014. 3. 21. 11:43 Exchange Server
Get-MailboxStatistics where {$_.disconnectdate -eq $null} format-table -Property displayname, lastloggedonuseraccount, legacydn -AutoSize -Wrap Out-File D:\mbxstatistics.txt -Width 2147483647