Free Multiple Solutions to Import Outlook PST file into Exchange Server 2007
Exchange Server is a reliable emailing server designed by Microsoft. It runs on the Windows Servers and supports the management of emails, contacts, tasks, calendars, web-based, and mobile-information access, data storage, etc. Moreover, it can be also said that MS Exchange is a bundle of applications that enable digital messaging and collaboration in an enterprise IT environment. On the other hand, MS Outlook is the first choice of users when it comes to the email client. Sometimes, the user needs to move Outlook PST files to Exchange. But they are not able to implement this task efficiently. As a result of which the users have to face data loss. Therefore, to prevent data loss situations, we are going to discuss some guidelines to import PST file into Exchange 2007 server in the below-mentioned section.
To perform the import process the user first needs to grant Import-Export permission to migrate data including emails, calendar, contacts to Exchange Server by following the command given below:
New-ManagementRoleAssignment -Role "Mailbox Import Export" -Administrator
Use the “Import-Mailbox” cmdlet along with a different set of parameters to import PST files into Exchange 2007 Server.
See the following Examples:
To import mailbox data from a .pst file that is named abc.pst to XYZ's mailbox, run the following command.
Import-Mailbox -Identity xyz@pcvita.com -PSTFolderPath C:\PSTFiles\xyz.pst
To import the entire mailbox data from a .pst file that is named xyz.pst and that was received between January 1, 2009, and April 1, 2009, run the following command.
Import-Mailbox -Identity xyz@pcvita.com -PSTFolderPath C:\PSTFiles\xyz.pst -StartDate 01/01/2009 -EndDate 04/01/2009
To import mailbox data from all .pst files that are located in C:\PSTFiles\ to the corresponding mailboxes, run the following command.
Dir C:\PSTFiles\*.pst | Import-Mailbox -StartDate 01/01/2009 -EndDate 04/01/2009
To import mailbox data from .pst files that are located at C:\PSTFiles\ to all the mailboxes whose user accounts are in the organizational unit named Employee, run the following command.
Get-Mailbox -OrganizationalUnit Employee | Import-Mailbox -PSTFolderPath C:\PSTFiles\
To import all the mailbox data from the xyz.pst file for which abc@kodex.com is the sender, run the following command.
Import-Mailbox -Identity xyz@pcvita.com -PSTFolderPath C:\PSTFiles\xyz.pst -SenderKeywords abc@kodex.com
To import only the mailbox data from the xyz.pst file that is in the Inbox folder, run the following command.
Import-Mailbox -Identity xyz -PSTFolderPath C:\PSTFiles\xyz.pst - IncludeFolders '\Inbox
To exclude folders from the import, such as excluding items in the Junk E-Mail and Contacts folders, run the following command.
Import-Mailbox -Identity john -PSTFolderPath C:\PSTFiles\xyz.pst ExcludeFolders "\Junk E-Mail","\Contacts"
To use filters to specify which items in the .pst file to include in the import, run the following command.
Import-Mailbox -Identity pcvita\xyz -PSTFolderPath C:\PSTFiles\xyz.pst -ContentKeywords "latest" -AttachmentFilenames "*openchart*" -StartDate "07/01/2009 11:01:00" -RecipientKeywords abc@kodex.com
Sometimes, the situation occurs in which the user needs to move Outlook contacts, calendars to Exchange Server. But they are not able to find a simple and reliable way to move contacts, calendar to Exchange Server. Thus, in the section given below, we are going to introduce a step by step method using which the user can import the PST file into Exchange including contacts and calendar.
The need to transfer PST data including emails, contacts, calendars to Exchange varies from user to user. Most of the time, the user requirements depend on the organization's needs. Some of the possible reasons to import PST file into Exchange 2007 Server are given below:
This method is divided into two steps, first, the user needs to export Outlook PST file to the desired location and then import that PST file in Exchange. If the user is already having a PST file stored in some location then he/she can skip Step 1 and implement Step 2.
The manual method works well but it is very tiresome and requires technically sound knowledge. Therefore, users can also opt for a software to do the same task.
Step 1: Download and install the software and add PST File/Folder/Network in the tool.
Step 2: Now, add the Exchange Server Admin credentials.
Step 3: After that, choose the categories to import such as mails, contacts, calenders, etc.
Step 4: Now, the required PST files have been successfully imported..
Sometimes, the user needs to access their PST files into Exchange Server 2007. For this, they need to import the PST file into Exchange. Therefore, in this blog, we have explained step by step process for importing PST files into Exchange including emails, contacts, and calendars to Exchange 2007 Server.