Site icon RDR-IT

Upload PSTs on Office 365 and import into accounts

When migrating to Office 365, you may need to return the history of old mailboxes in the news using the PST archives.

There are several ways to do this:

In this article, we will see the third solution.

Prerequisites

Correspondence file

The first step is to fill in a correspondence file to link the archive to the email account.

The file must be in csv format with a comma (,) separator.

Here is the header that must have your file:

Workload,FilePath,Name,Mailbox,IsArchive,TargetRootFolder,ContentCodePage,SPFileContainer,SPManifestContainer,SPSiteUrl
ParameterValue / Explication
WorkloadValue: Exchange
Description: Defined in which office module the import should be done.
FilePathValue: empty
Description: path to the archive when uploading
NameValeur: archive-jdupont.pst
Description: Name of the pst file sent
MailboxValue: jdupont@domain.tld
Description: The main email address of the account where the archive is to be sent.
IsArchiveValue: TRUE / FALSE
Description: Determines whether the file should be imported into the archive mailbox.
TargetRootFolderValue: empty or / and / MyPst
Description :

 

  • Empty: the file will be imported into a folder at the root named “imported”
  • /: Items will be imported directly into the inbox. This option allows you to rebuild the tree structure
  • / MyPst: the import will be done in a folder named my PST at the root of the box
ContentCodePageValue: empty
Description: file encoding
SPFileContainerValue: empty
SPManifestContainerValue: empty
SPSiteUrlValue: empty

Here is an example of an import file:

Workload,FilePath,Name,Mailbox,IsArchive,TargetRootFolder,SPFileContainer,SPManifestContainer,SPSiteUrl
Exchange,,archive-rdr.pst,rdr@rdr-it.intra,FALSE,/,,,
Exchange,,archive-jbo.pst,jbo@rdr-it.intra,FALSE,/,,,

Now that the file is ready we will go to upload files.

Upload PST archives

1. Go to your Office 365 admin portal and click Security and Compliance 1.

2. In the menu on the left, click on Data Governance 1 and then Import 2.

3. Click New Import Job 1

4. Select Load your data 1 and click Next 2.

5. Click Show Network Load SAS URL 1 and wait while generating.

6. Copy the SAS URL 1.

7. Launch Azure Storage Explorer and configure the connection. If this is your first launch the connection wizard should launch directly. Select option 1 and click Next 2.

8. Check Use a SAS URI 1 and copy the address into the area 2 and click Next 3.

9. Click Connect 1.

10. Place yourself in the ingestiondata 1 folder and send your pst 2 files either by drag and drop or by using the Upload button.

AZCOPY

For unknown reasons, the transfer with Azure Storage Explorer is difficult at times. If this happens to you, you can use AZCopy.

AzCopy.exe /Source:"C:\pst" /Dest:"URI AZURE" /Y /S

Import of PST

1. Return to the Security and Compliance interface where you obtained the URI for Azure Storage Explorer

2. Check both boxes 1 and click on Next 2.

3. Select your import file 1, click on Validate 2. Once the operation is completed if there is no error click on Save 3.

4. Click Close 1.

5. Before actually starting the injection into the accounts the files are analyzed.

6. When the scan is complete, click Ready to Import in Office 365 1.

7. Click Import in Office 365 1.

8. Depending on your strategy, select the desired option 1 and click Next 2.

9. Click Import Data 1.

10. Click Close 1.

11. Import tracking since Data Governance.

12. All you have to do is monitor the import process.

Exit mobile version