How to Extract Exchange Mailboxes from EDB File?

Summary: Extracting mailboxes from an EDB file is required when migrating mailboxes to another Exchange Server, creating backup or archive, and for various other purposes. This post outlines various methods to extract mailboxes from EDB file. Additionally, it mentions an EDB to PST converter software that simplifies the process of extracting mailboxes from an EDB file.

Exchange Server database (EDB) file contains all the important mailbox data, including emails, contacts, calendar items, and notes. Sometimes, you need to extract mailboxes from Exchange database (EDB) file and save it in PST file due to various reasons. Some common reasons include creating archive or backup old user mailboxes and migrating mailboxes to another Exchange Server or Office 365. You can extract mailboxes from EDB file by using native tools in Exchange Server, such as Exchange Admin Center (EAC) or Exchange Management Shell (EMS) and a specialized EDB to PST converter tool. Below, we will discuss how to extract mailboxes from EDB file using these tools.

Methods to Extract Mailboxes from EDB File

Here are the methods that you can use to extract mailboxes from EDB file.

Method 1: Extract Mailboxes using the ExMerge Utility

If you’re using Exchange Server 2003 or older version, then you can use the ExMerge utility to extract mailboxes from EDB file. It is a free utility that allows to copy data (mailboxes) from the source Exchange Server database file (EDB) to PST file. However, it can only export mailboxes of 2 GB size or less and doesn’t support public folders. Follow the below steps to extract Exchange mailboxes from EDB file by using ExMerge utility:

Method 2: Extract Mailboxes using Exchange Admin Center (EAC)

If you’re using Exchange Server 2013 or higher version, then you can use the Exchange Admin Center (EAC) to extract mailboxes from EDB file and save them in PST format. It is a GUI-based tool that helps manage Exchange Server and allows to perform various tasks. The steps to extract mailboxes using the EAC are as follows:

Note: To export the mailboxes using the EAC, you must be assigned with the Mailbox Import Export Role. Additionally, to save the PST files, create a UNC file path or shared folder location. 

Finally, choose the user account where the confirmation email will be sent once the mailbox extraction is complete. Then, click Finish.

Method 3: Extract Mailboxes using Exchange Management Shell (EMS)

In Exchange Server 2010 or higher version, you can use the New-MailboxExportRequest PowerShell cmdlet in Exchange Management Shell (EMS) to extract mailboxes from the EDB file and save them in PST. To use this cmdlet, ensure that your user account has the Mailbox Import Export role assigned to it. To export a single mailbox to PST, open the EMS and run the following PowerShell command:

New-MailboxExportRequest -Mailbox -FilePath

To extract multiple mailboxes, you can use the command with a foreach loop (see the below example).

$Export = Get-Mailbox
foreach ($Mailbox in (Get-Mailbox)) { New-MailboxExportRequest -Mailbox $Mailbox -FilePath "\\\\$($Mailbox.Alias).PST" }

You can check the progress of export requests by using the Get-MailboxExportRequest cmdlet. When the export request is completed successfully, it will display the status as Succeeded.

Method 4: Extract Mailboxes using a Specialized EDB to PST Converter Tool

The methods mentioned above can only work if the Exchange Server is online and the database is mounted on the server. Additionally, you cannot track the progress of the export process. As an alternative, you can use an EDB to PST converter tool, to export mailboxes from an EDB file. This tool can easily scan online or offline EDB files of any size and from any Exchange Server version. It displays all the mailboxes and other EDB file items in a three-view structure, allowing you to selectively save mailboxes to PST and other file formats, such as EML, MSG, RTF, PDF, and HTML. Apart from user mailboxes, the tool supports conversion of archive mailboxes and public folders. It can also export the EDB data to a live Exchange Server or Office 365 account. The tool also shows the real-time progress status of the export process. The tool supports all the Exchange Server versions – 2019, 2016, 2013, 2010, 2007, 2003, 2000, and 5.5.

Conclusion

Above, we have discussed different methods to extract mailboxes from EDB file and save them in PST. Although the native Exchange Server tools (EAC and EMS) can extract mailboxes and save them in PST format, these tool have certain limitations. Alternatively, you can use Stellar Converter for EDB – a specialized EDB to PST converter tool that can extract mailboxes from EDB file and export them to PST without any hassle. This tool can also extract mailboxes from EDB files of even decommissioned Exchange Server.  

Related Post

Stellar Data Recovery

Trial Download is for Desktop or Laptop. Put your email id to receive the download link




Exit mobile version