Go to Powershell on your Exchange Server and enter:
- Get-Mailbox -database YOUROLDDBNAME -Arbitration
You can see the entry in the red box.
- Simply enter the following command which will start the move process
Get-Mailbox -database YOUROLDDBNAME -Arbitration | New-MoveRequest -TargetDatabase YOURNEWDBNAME
- You can monitor the process on EMC Move Request page
- Since the mailbox is a small one, it would take less then a minute to be completed. Afterwards right click the request and select "Clear Move Request" to finish the job.
No comments:
Post a Comment