Exchange 2010 Archive Mailbox moved to another database but copy still remains in the source
Dear All,
I have moved some users archive mailboxes in Exchange 2010 to another database. They have actually copied themselves to the second database meaning no space has been freed on the drive hosting the original database. Also I do not have the "New Local Move Request" option available for these users too as they are still showing up with the green arrow in exchange management console.
Today, I set the Mailbox retention for the Archive database to 2 days as I thought it could be waiting for this time to expire before mailboxes are cleared from the database. I am not sure if this is the problem.
Get-MailboxStatistics -Database "YourDataBaseName" | foreach {Remove-StoreMailbox -Database $_.database -Identity $_.mailboxguid -MailboxState SoftDeleted}