Import PST file to Office365
The first step is to download and install the Microsoft Azure Storage Explorer.
To connect on Azure you need SAS URL;
On Admin portal: Users->Data migration: Upload PST files-> + Upload email messages (PST files)
Select "Show network upload SAS URL" ( something like this: https://5468b54f0cc115987b904cd.blob.core.windows.net/ingestiondata?sv=2012-02-12&se=2016-09-11T12%3A29%3A09Z&sr=c&si=IngestionSasForAzCopy201606141034534815&sig=kOJVCsmpLcS3F%2HJ1dqvVMdsX%2BnoNLgB9Bn2jSq6%2Fx3o%3D )
after a while the SAS URL will be displayed->copy and paste to Storage Explorer ( Explorer must be Run as Administrator ). You don't need to use AzCopy tool.
Open SAS-Attached Service->Blob Containers->ingestiondata
and Upload all your PST files
select checkbox on "I'm done uploading my files" and "I have access to the mapping file"
- Use the Azure AzCopy tool to upload your filesUse the Azure AzCopy tool to upload your files and packageDownload tool
- I'm done uploading my files
- Prepare the mapping file.
- I have access to the mapping file
- Click Next and complete the remaining steps in this wizard.
After Next button:
1.Enter a name for this job: enter whatever name you want
2.Upload the CSV file
Use the attached CSV file and enter the information needed to tell the import tool which PST to map to which user on Office 365.
Header Variables:
Workload - always equals Exchange.
FilePath - the folder you created on the blob at the end of the destination bit of the command.
Name - the file name of the PST file.
Mailbox - the email address of the user you want to import into.
IsArchive - either FALSE or TRUE (*all caps).
TargetRootFolder - This variable has two options, either a / which denotes the Root Outlook Folder or a Folder Name of your choosing.