Untitled

 avatar
unknown
plain_text
a year ago
228 B
5
Indexable
Get-MailboxStatistics -Database "YourDatabaseName" | Sort-Object TotalItemSize -Descending | Select-Object DisplayName, @{Name="TotalSize(GB)";Expression={[math]::round($_.TotalItemSize.Value.ToGB(),2)}} | Format-Table -AutoSize
Editor is loading...
Leave a Comment