Use mailbox migration

I need to move 50 users mailboxes into another DB in Exchange 2013.

Would you please teach me how to move by command with CSV...


  • Edited by tanale 22 hours 5 minutes ago
September 7th, 2015 5:19am

Create CSV file

Alias

john

john1

john2

Save CSV file move.csv

import-csv move.csv | foreach-object {new-moverequest -id $_.Alias -targetdatabase databasename}

  • Marked as answer by tanale 48 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2015 5:31am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics