Jump to content

Recommended Posts

Posted

Hi,

 

I am currently doing a mailbox migration in Exchange. The first batch is 1,400 mailboxes. I can see them moving my alternating between

 

Get-MoveRequest - MoveStatus Inprogess & Get-MoveRequest - MoveStatus completed. Is there a command i can run to show how many have been done and how many are yet to be done please?

 

Thanks

Posted

Yer got that was well its displays the names of the people but it would be nice if i can see some figures.

 

Thanks

Posted

Again that just displays a list like the previous command i am just after something that will display the amount of mailboxes done and the amount queued up.

 

Something like

 

Completed: 143

Queued: 147

Failed: 1

 

Thanks

Posted
How about the ECP? Under Recipients -> Migration you've got columns for Total, Synced, Finalised and Failed

 

Not in there, they are not displayed. I used Powershell to migrate

 

What does:

 

Get-MigrationUser | Group Status

 

Give you?

 

or

 

Get-MoveRequest | Group Status

 

Get-MoveRequest | Group Status tells me there is 1000 queued! gosh this process is slow!

Posted (edited)
Not in there, they are not displayed. I used Powershell to migrate

 

 

 

Get-MoveRequest | Group Status tells me there is 1000 queued! gosh this process is slow!

 

Yea takes quite a while! :p

 

How long has it been running? Took almost all weekend to get 1927 moved (although it did stop overnight at one point, unsure at what point though) most of those weren't even that big! only about 100 of them that were over 1GB

Edited by mrbios
Posted

3 hours ish

 

I have just notice, i have forgot to change the VM to give it more RAM and CPU's probably not helping. When this batch has done i will up it.

 

I dont think Get-MoveRequest | Group Status works properly. By repeatedly running Get-MoveRequest - MoveStatus Inprogess i can see the mailboxes going through the process. Get-MoveRequest | Group Status the count doesn't change from 1000

Posted (edited)
3 hours ish

 

I have just notice, i have forgot to change the VM to give it more RAM and CPU's probably not helping. When this batch has done i will up it.

 

I dont think Get-MoveRequest | Group Status works properly. By repeatedly running Get-MoveRequest - MoveStatus Inprogess i can see the mailboxes going through the process. Get-MoveRequest | Group Status the count doesn't change from 1000

 

Not sure what, if any, other commands exist to view it.

 

I think there's a command you can change for the maximum amount of concurrent mailboxes migrating, default i think is 10 or 5 but you can change this all the way up to 100, might speed things up a bit if you increase that?

 

EDIT: Can't find anything specific to exchange 2013 at the moment, but this is how to do it in exchange 2010: http://madoxr.blogspot.co.uk/2010/01/increasing-number-of-simultaneous.html presumably if the same file + settings are available in 2013 that would work.

 

EDIT2: ah this might be more useful: http://msdn.microsoft.com/en-us/library/exchange/jj945066(v=exchg.150).aspx

Edited by mrbios
Posted
Ah not to worry, i will just keep an eye on it. It would be helpful so i can get an idea when it is going to finish.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...