July 2017
Intermediate to advanced
648 pages
31h 9m
English
Let's look at how to generate and export the report of a mailbox using the following steps:
Get-MailboxDatabase | Get-MailboxStatistics | ` ? {!$_.DisconnectDate} | Select-Object DisplayName, TotalItemSize
Get-MailboxDatabase | Get-MailboxStatistics | ` ? {!$_.DisconnectDate} | Select-Object DisplayName, TotalItemSize | ` Export-CSV C:MBreport.csv -NoType
Read now
Unlock full access