Hello
Im using exchange 2010 SP2. Our .edb file increase drastically. (average about 1GB per day).
I run script TotalMailboxSize.ps1 and result as below;
27 / 07 / 2013
----------------
[PS] C:\script>.\TotalMailboxSize.ps1
Database to Calculate: KULIM-MDB1
TotalItems 75.32 GB (80,877,053,511 bytes)
TotalDeletedITems 95.88 GB (102,949,756,282 bytes)
Complete 171.2 GB (183,826,809,793 bytes)
[PS] C:\script>
15 / 08 / 2013
---------------
[PS] C:\script>.\TotalMailboxSize.ps1
Database to Calculate: KULIM-MDB1
TotalItems 78.34 GB (84,118,946,914 bytes)
TotalDeletedITems 115.3 GB (123,779,721,446 bytes)
Complete 193.6 GB (207,898,668,360 bytes)
[PS] C:\script>
As we can see TotalDeletedItems increase.
What should I do?
P/s: I already remove deleted item (about 6GB from recover deleted item) from one user, however the .edb file still not reduce.
Help me.
Thank You