just as a reference for meself or usefull for some people

alot of good scripts out there.

Get-MailboxStatistics -Database “Mailbox Database XXXXXXXXXXXXX” | Select DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending | Export-CSV C:\MailboxSizes.csv