I have a script that will pull info for 1 mailbox. I need it for ALL mailboxes:
$mailbox1=get-mailbox mailbox1
Get-MailboxFolderStatistics $mailbox1 | ? {$_.folderpath -like "*inbox/*" -and $_.date -gt (Get-Date).AddDays(-2) } | select $Mailbox1.name,folderpath