-
Written By
Simran Bhatia -
Approved By
Sonika Rawat -
Updated on
August 22nd, 2026 -
Read Time
6 minutes
Introduction: Outlook makes use of PST files for storing mail items, contacts, calendars, etc. As the size of data increases over a period of time and more PST files have to be managed, it becomes a challenging task. Exchange Server allows users to transfer this data into user mailboxes using the Mailbox Import Request feature. In this guide, we’ll cover the basic requirements, preparation steps, and manual methods. Also, suggest the best SysInfo PST to Office 365 Migration Tool to import PST to Exchange Server without any data loss.
PST files need to be imported through PowerShell or EAC with the user having permissions for the Mailbox Import Export role. The following command will help you assign permissions for the same from EMS:
|
New-ManagementRoleAssignment -Role “Mailbox Import Export” -User Administrator |
You can use Exchange Management Shell to import PST files directly into Exchange Server mailboxes. The New-MailboxImportRequest cmdlet lets you select the PST file, target mailbox, and destination folder.
|
New-MailboxImportRequest -Mailbox mack -FilePath \\RP-GH03\PST\mack.pst |
To import only the Inbox into a specific folder, use:
|
New-MailboxImportRequest -Mailbox mack -FilePath \\RP-GH03\PST\mack.pst -TargetRootFolder “Old_mail” -IncludeFolders “#Inbox#” |
To check the import status, run:
|
Get-MailboxImportRequest | Get-MailboxImportRequestStatistics |
In case of several PST files, the best software to use is the trusted SysInfo PST to Microsoft 365 Backup Tool, which is utilized for importing bulk PST files without losing any data. It helps to import PST file to Shared Mailbox, Primary Mailbox, or Online Archive. There is no need to use any command or Outlook to perform this process. Maintains the folder hierarchy, structure, and metadata during the entire process.
|
Steps |
Description |
|
Add PST Files |
Download the software. Choose PST files and click Next. |
|
Preview & Saving Format |
Preview the added PST file and choose Office 365 as the Saving Format from the list. |
|
Apply Features & Start |
Apply the advanced features and click Start the process. |
Note: For detailed steps, check the software guide of SysInfo PST to Office 365 Migration Tool.
A company had several employees with old Outlook PST files containing years of emails and attachments. The IT team wanted to move this data into Exchange Server so employees could access their old messages from their mailboxes. Having tested out the manual import process, it became clear that a migration tool should be used for migrating several PST files. In case you are migrating your PST data to Microsoft 365, the provided guide will help you to import PST to Office 365.
This guide explains all the necessary information about how to import PST to Exchange Server. The manual methods use Exchange Admin Center & PowerShell to perform the process. However, they have several limitations. Therefore, it’s good to use a professional tool. It imports multiple PST files at once.
Ans. You can import PST to Exchange Server using the manual method or a professional SysInfo PST to Microsoft 365 Backup Tool. The manual methods require the Exchange Admin Center and PowerShell. Alternatively, the professional tool does not require any other application to perform the process.
Ans. For large or bulk PST files, use the reliable tool. It allows users to import a 50 GB or 100 GB PST file into Exchange Server without any restrictions.
Ans. The New-MailboxImportRequest cmdlet is used to create a PST import request. For example: New-MailboxImportRequest -Mailbox [email protected] -FilePath \Server\PST\User.pst
Ans. PST files from Outlook are supported by the Exchange Server. There could be different compatibilities with different versions of the Outlook and Exchange Server programs. Therefore, before importing multiple PST files to Exchange Server, it is advisable to open the files and check whether they are functioning
Ans. With the help of a professional tool, the original date, sender, recipient, and attachment will stay the same. No change in formatting or structure.
About The Author:
Simran Bhatia is a technical content writer engaged in writing clear, concise, and SEO-optimized content. With a background in computer science and a passion for writing, I thrive to deliver complex technical content in simple layman terms.
Related Post