Lista antal Items och Mailboxstorlek Exchange

Get-Mailbox -database | Get-MailboxStatistics | Sort-Object ItemCount -descending |Select-Object DisplayName,ItemCount,@{name=”MailboxSize MB”;exp={$_.totalitemsize.value.ToMB()}} -first 10 | Convertto-Html | out-File c:\temp\report.htm