Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Microsoft Exchange/Office/365 » How to Import PST file into Exchange Server 2016
  • Remove Bing Chat Button from Edge Sidebar
    How to Remove Bing Chat Button from Edge Sidebar Windows
  • ransoware recovery strategy
    What Ransomware Recovery looks like when the clock is ticking Backup
  • How to Install RSAT on Windows 11
    How to Install and Uninstall RSAT on Windows 11 Windows
  • deactivateandreactivate
    How to deactivate and reactivate a Slack user JIRA|Confluence|Apps
  • mgithub
    How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub Version Control System
  • fixzoomaudioissue
    How to fix unable to access microphone on Zoom JIRA|Confluence|Apps
  • sonarcloud
    How to Integrate SonarCloud with Azure DevOps Pipeline AWS/Azure/OpenShift
  • Fix OneDrive Error
    How to Fix OneDrive Error 0x80071129: The tag present in the reparse point buffer is invalid Windows

How to Import PST file into Exchange Server 2016

Posted on 11/04/201626/12/2024 Christian By Christian No Comments on How to Import PST file into Exchange Server 2016
PST file import

Learn how to import PST files “Outlook Data Files” which store messages, calendar events, and more from your Exchange mailbox on Microsoft Outlook. PST files are personal folder files that reside on your computer and serve as a local copy of your Exchange mailbox items. In this article, we shall learn how to Import PST file into Exchange Server 2016. Please see How to Block Change Password for Specific Exchange Users, and How to disable Password Change for all Exchange Server Users.

Step 1: Grant Mailbox Import Export Role

The first process is to grant the right to import mailboxes to an account in your organization. Looking to migrate data? Learn how to import PST files by running this command in the Exchange Management Shell.

[PS]C:/>New-ManagementRoleAssignment –Role "Mailbox Import Export" –User Administrator

If you’re wondering how to import PST files, especially when the user importing the mailbox lacks administrative privileges. Here’s a tip: If you’re already logged in as that user, just restart your Exchange Management Shell session. This will provide you access to the new cmdlets.

Step 2: Create Network Share

To understand how to import PST files, begin by creating a Network Share for Mailbox Import in Exchange. This involves setting up a network share with read/write permission for the Exchange Trusted Subsystem group, serving as the file path for the import process.

Note: Secondly, the mailbox export request is processed by the Client Access server role.
Because multiple Client Access servers can exist in a site the request could be processed by any one of them.

To ensure that the path to the export PST file is valid for any Client Access server it has to be a UNC path to network share, not a local path.

Please see Outlook Data File: Fix PST Error – Exceeded Maximum Large Items, how to block the Change Password Feature for All Users via the Exchange Administrative Center, and How to add or remove email addresses from a mailbox.

Step 3: Importing a PST File with Exchange server Mailbox Import Request

To import a PST file to a mailbox we use the New-MailboxImportRequest cmdlet

[PS] C:>New-MailboxImportRequest -FilePath esp-ho-ex2010apstalan.reid.pst -Mailbox john.smith

Note: Therefore In some cases you might prefer to import the PST file into sub-folder of the mailbox.
You can do this by adding the -TargetRootFolder parameter to the command.

[PS] C:>New-MailboxImportRequest -FilePath esp-ho-ex2010apstalan.reid.pst -Mailbox john.smith -TargetRootFolder "Mailbox - Alan Reid"

Initiating Import Process and Folder Creation

The import request will create the target folder and begin importing the PST file contents into it.

Note: However, To bring all of the .pst files on a shared folder. Each .pst file name is named after a corresponding user’s alias.
The command creates a request for all the .pst files and brings the data into the matching mailbox.

[PS] C:>Dir SERVER01PSTshareRORecovered*.pst | %{ New-MailboxImportRequest -Name RecoveredPST -BatchName Recovered -Mailbox $_.BaseName -FilePath $_.FullName -TargetRootFolder SubFolderInPrimary}

Note: Moreover This example imports a recovered .pst file on SERVER01 into the user Ayla’s primary mailbox. Import only Inbox data from the .pst file. Import this data into Ayla’s target mailbox’s RecoveredFiles folder.

[PS] C:>New-MailboxImportRequest -Mailbox Ayla -FilePath SERVER01PSTFilesRecovered.pst -TargetRootFolder "RecoveredFiles" -IncludeFolders "#Inbox#"

Note: Monitoring the import and export status.

Monitoring the import and export status

Moreover, You can view the status of the mailbox import request using the Get-mailboxImportRequest cmdlet

[PS] C:>Get-MailboxImportRequest

By piping Get-MailboxImportRequest into Get-MailboxImportRequestStatistics you can also monitor the progress of the import

[PS] C:>Get-MailboxImportRequest | Get-MailboxImportRequestStatistics

To see all of the completed mailbox import requests run this command

[PS] C:>Get-MailboxImportRequest | where {$_.status -eq "Completed"}

To clear all completed mailbox import requests from Exchange run the following command.

[PS] C:>Get-MailboxImportRequest | where {$_.status -eq "Completed"} | Remove-MailboxImportRequest

I hope you found this blog post on how to Import PST file into Exchange Server 2016 helpful. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Network | Monitoring Tags:Outlook, Outlook Profile, Outlook Web Access

Post navigation

Previous Post: Outlook Data File: Fix PST Error – Exceeded Maximum Large Items
Next Post: How to Find the Pathname of a Mapped Network Drive

Related Posts

  • Migrate from Universal Analytics to GA4 property
    Configure and Migrate from Universal Analytics to GA4 property Automation
  • Different Class IP Address
    Classes of IP Address: Understanding IP Address Classification Network | Monitoring
  • Featured image DNS Server settings
    Do not use Public DNS in Prod: Change DNS Server in Windows Network | Monitoring
  • Windows Admin Center v2   2401 install   2306 to 2311 upgrade
    Upgrade Windows Admin Center 2306 – 2311: Install WACmg 2410 Network | Monitoring
  • How to configure Azure container register with secured connection with container apps
    Configure Azure Container Registry for a secure connection with Azure Container Apps AWS/Azure/OpenShift
  • image 75
    Useful Tutorial on CBackup Software Network | Monitoring

More Related Articles

Migrate from Universal Analytics to GA4 property Configure and Migrate from Universal Analytics to GA4 property Automation
Different Class IP Address Classes of IP Address: Understanding IP Address Classification Network | Monitoring
Featured image DNS Server settings Do not use Public DNS in Prod: Change DNS Server in Windows Network | Monitoring
Windows Admin Center v2   2401 install   2306 to 2311 upgrade Upgrade Windows Admin Center 2306 – 2311: Install WACmg 2410 Network | Monitoring
How to configure Azure container register with secured connection with container apps Configure Azure Container Registry for a secure connection with Azure Container Apps AWS/Azure/OpenShift
image 75 Useful Tutorial on CBackup Software Network | Monitoring

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Remove Bing Chat Button from Edge Sidebar
    How to Remove Bing Chat Button from Edge Sidebar Windows
  • ransoware recovery strategy
    What Ransomware Recovery looks like when the clock is ticking Backup
  • How to Install RSAT on Windows 11
    How to Install and Uninstall RSAT on Windows 11 Windows
  • deactivateandreactivate
    How to deactivate and reactivate a Slack user JIRA|Confluence|Apps
  • mgithub
    How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub Version Control System
  • fixzoomaudioissue
    How to fix unable to access microphone on Zoom JIRA|Confluence|Apps
  • sonarcloud
    How to Integrate SonarCloud with Azure DevOps Pipeline AWS/Azure/OpenShift
  • Fix OneDrive Error
    How to Fix OneDrive Error 0x80071129: The tag present in the reparse point buffer is invalid Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.