The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi @Chris ,
The TotalDeletedItemSize refers to the size of items in the Recoverable Items Folder, so you can purge these items following the article provided by michev:
- Search-Mailbox -Identity user01 -SearchDumpsterOnly -DeleteContent for mailboxes that aren't placed on hold or don't have single item recovery enabled
- If you have enabled litigation hold for this mailbox, please disable it first, and also disable single item recovery. Then use the above cmdlet to delete these items.
Set-Mailbox user01 -SingleItemRecoveryEnabled $false -LitigationHoldEnabled $false
As for the AttachmentTableTotleSize, according to my research, it could be the space of attachment table reserved for the user. I want to first confirm if you have enabled journaling(in database or journaling rules).
I think you can manage your mailbox size using the Retention policy to delete these items automatically. Retention tags and retention policies in Exchange Server
Or in outlook client, use the Mailbox Cleanup tool.
I found a related issue: Mailbox database MUCH larger than the content inside of it that may be helpful.
Bests,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.