Mailbox migration to Cloud

Copper Contributor

I just have a general question, why does it take hours before our "local" mailbox migrates to office365?

It makes sense if mailbox have a lot of emails inside, and it takes time to transfer all the data. But we just made few new mailboxes, and migrated them to office365 about 30 min later.

In that time, there wasn't a single email in those mailboxes, yet it took 5 hours before it was successfully migrated to cloud.

Does anyone have any information why does it take that long even for empty mailboxes?

3 Replies
Can you share the kind of migration you are doing? By the way, you are right...migration performance is given by the size of the mailbox that needs to be migrated...in my experience, around 1 GB / Mailbox / Hour is a normal performance

In general, batches take a lot longer complete compared to individual moves, so if you are doing tests just use single moves instead.

To add on to this from Vasil,

 

When we were doing migrations from clients, we did single moves on ALL mailboxes, and "batched" them by setting their powershell command New-MoveRequest with the variable -CompleteAfter

 

https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/new-moverequest?view=...

 

So if we wanted a batch to complete around 8 am one day, we would just Start all the move requests, with the flag of 8 am that day, and then they would be handled as individual moves instead of a batch, which like Vasil said, seems to take longer.

 

Adam