Mailbox statistics
Budget: $30 – $250 USD
1. Get a list of all mailboxes eg get-mailbox
2. Get me a list of all the mailboxes whose recoverable items are greater than 95GB
Get-mailboxfolderstatistics -folderscope recoverableitems
3. Export the results into a CSV and html with the total recoverableitems and version sizes.. along with the email address
2. Get me a list of all the mailboxes whose recoverable items are greater than 95GB
Get-mailboxfolderstatistics -folderscope recoverableitems
3. Export the results into a CSV and html with the total recoverableitems and version sizes.. along with the email address