How to move mailboxes in bulk in Exchange 2010

First you need to create the .csv file having the alias or Displayname in the format and save it as batch2.csv

Alias
hman
gmal
iqbo

Then we need to run the command from the Exchange Management Shell.

"Import-CSV "D:\Batch2.csv" | foreach {New-MoveRequest -Identity $_.alias -TargetDatabase DB01}"

One Response to How to move mailboxes in bulk in Exchange 2010

  1. Gulab says:

    Great, keep contributing!!!

Leave a Reply

EXCHANGE RANGER