| 
 | 
 
Import PST into O365
 
 
 
 
Using the AZcopy function to import PST
 
 
 
Office 365 conversion using the Azure Copy funtion.
 
 
Open powershell
 
 
 
C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy>AzCopy.exe /Source:"<LOCAL PATH>" /Dest:"<REMOTE SASS URL>" /V:E:\log.txt /Y 
 
 
 
Execute the command.
 
 
 
Then you need to build a map file such as:(MUST KEEP HEADER LINE)
 
 
 
Workload,FilePath,Name,Mailbox,IsArchive,TargetRootFolder,ContentCodePage,SPFileContainer,SPManifestContainer,SPSiteUrl
 
 
 
 
 
Verify it in the Exchange admin: 
 
Information governance>IMPORT section
 
 
Then import it.
 
 
 
 | 
 |