Posted On June 26, 2019

Office 365 Mail Import Using CSV Files

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Office 365 Mail Import Using CSV Files
The Point and Click Method

Prepare a CSV file in this format

EmailAddress
[email protected]
[email protected]
[email protected]

Access Office 365 Exchange Admin Center > Recipients > Migration > click on the + sign > Migrate to Exchange Online

Select “Remote move migration” > Next

Toggle the radio button next to “Specify the users with a CSV file” > click on Choose File

Navigate to the prepared CSV > select it > Open > Next > Verify the FQDN of migration end point (of the on premise Exchange Edge role or Client Access role with MRS proxy feature enabled) > Next

Name the batch > select the Target delivery domain > set bad item limit as 99999 > Next

Select the time schedule to start the batch (e.g. Automatically start) > select Automatically complete the migration > New

Click OK on this warning

Ignore this notification

Go sip some coffee and check back to this Migration status view periodically

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install ‘Compass’ Program

Copy Compass from \\FILE02\Apps\Compass to C:\Compass   Script:   Create shortcut on desktop with target of: C:\Compass\OMNIS7.EXE agy2000.lbr…

Windows: How to Disable F1 Help Center Function in Windows Explorer

Step 1: Create a Dummy File that does nothing   # Dummy-File-Creator.ps1$dummyFile="C:\Windows\dummy.exe"$output = new-object byte[]…

PowerShell: Maintain Windows Services Remotely via WinRM

# maintainServices.ps1 # FQDN of each computer name (required) $computerList=@' testWindows.intranet.kimconnect.com testWindows.dmz.dragoncoin.com '@ $serviceNames=@( 'windows_exporter',…
Other project: DragonCoin.com