Link to home
Start Free TrialLog in
Avatar of iamdieter
iamdieterFlag for South Africa

asked on

Script to migrate on-prem mailboxes to O365 using csv file

Good day.

We are running a hybrid solution with the sync all in place. I need a script that will allow met to migrate mailboxes from on-prem to O365, in batches of about 10 using a csv file.

Please assist.
Avatar of Andy
Andy

Hi,

Technet has just the thing using a csv in the following format:
EmailAddress,Password,ForceChangePassword
pilarp@contoso.com,Pa$$w0rd,False
tobyn@contoso.com,Pa$$w0rd,False
briant@contoso.com,Pa$$w0rd,False .

Then uses a Powershell script to perform the migration work:
https://technet.microsoft.com/en-us/library/mt130479.aspx
ASKER CERTIFIED SOLUTION
Avatar of Todd Nelson
Todd Nelson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here is a PowerShell Script Collection for On-prem to Office 365 Migration:
https://araihan.wordpress.com/2016/10/08/office-365-migration-script-collections/

Hope this helps!