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
Technology Tips and News
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...
Create CSV file
Alias
john
john1
john2
Save CSV file move.csv
import-csv move.csv | foreach-object {new-moverequest -id $_.Alias -targetdatabase databasename}