Hi!
We recently moved all mailboxes from a certain mailbox database to another mailbox database hosted on the same server. The mailboxes show the new database in its properties and everything works fine.
On the old mailbox database, the retention period was reduced to zero, Clean-MailboxDatabase was issued and an offline defragmentation was performed on it to clear all the space on the database and make it completely empty.
However, the case is that the mailbox database is about 10 GB in size at the moment. When we issue Get-Mailbox -Database <DatabaseName>, the result shows nothing. When we issue Get-MailboxStatistics -Database <DatabaseName>, the database shows three mailboxes and huge item counts. The LastLogonTime, although, is empty in the case of the said four mailboxes.
This is the production environment, and we need some guidance on how to proceed with the situation. The mailboxes are fine on the other database, and the users can send and receive emails with no problems whatsoever. But redundant usage of 10 GB is a cost, and we do not want to delete this database since it has dependencies and configurations done on backup applications and stuff.
Our environment uses Exchange 2010. Sorry to have posted it in Exchange 2013 Exchange 2010 wasn't listed in the selection box.[PS] C:\Windows\system32>Get-Mailbox -Database "DBNAME" [PS] C:\Windows\system32>Get-MailboxStatistics -Database "DBNAME" DisplayName ItemCount StorageLimitStatus LastLogonTime ----------- --------- ------------------ ------------- SystemMailbox{8cf4f4a7... 19 BelowLimit LastName1, FirstName1 24823 IssueWarning LastName2, FirstName2 75765 IssueWarning LastName3, FirstName3 51457 IssueWarning
- Edited by ram7489 Thursday, May 28, 2015 7:08 PM Added a note about the forum selection.