Dear Ibrahim,
300MB/15=20MB.
20 MB per user per day is an expected amount.
There ise not any problem. It is normal.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dears,
one of my DBs on exchange 2019 is increasing more than 300 MB per day although it has only 15 users, how can I trace which user is causing this problem by using Exmon tool or any different approach ?
Regards,
Dear Ibrahim,
300MB/15=20MB.
20 MB per user per day is an expected amount.
There ise not any problem. It is normal.
Hi,
You can use the following powershell command to get the size of each mailbox:
Get-Mailbox -ResultSize Unlimited | foreach { Get-MailboxStatistics -identity $_.userprincipalName | select Displayname,TotalItemSize}
Please don't forget to mark helpful answer as accepted