Link to home
Start Free TrialLog in
Avatar of TraxAdmin
TraxAdminFlag for United States of America

asked on

Moving Mailboxes

Hi-
I ran the following cmdlet
Move-Mailbox USER.NAME –TargetDatabase “DESTINATION” –ReportFile C:\MigLogs\mailboxes.xml –Confirm:$false
to move multiple mailboxes to a different Storage Database

The Mailbox was successfully moved but when I run the:

Get-MailboxStatistics -Database "ORIGINAL" | more

I still see some mailboxes with i.e.  2 item counts.
It is obvious that it was moved because I can see in the properties the new database but how do I make sure is was a 100% success transfer?
Do I need to run a diff command to merge wherever was left in the ORIGINAL database?
Thank you-
ASKER CERTIFIED SOLUTION
Avatar of Jornak
Jornak
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial