Untitled

Anonymous
plain_text
07/30/2024 8:05 AM
304 B
21
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