{"id":5605,"date":"2017-03-23T05:29:17","date_gmt":"2017-03-23T05:29:17","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=5605"},"modified":"2025-10-07T11:07:06","modified_gmt":"2025-10-07T11:07:06","slug":"backup-exchange-server-mailboxes","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/","title":{"rendered":"How to Backup Microsoft Exchange Server Mailboxes?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p class=\"has-white-background-color has-background\">Exchange Server mailboxes contain some of the most crucial and sensitive information and data. Scenarios like logical and physical errors, hard disk failure, corruption in the database, virus\/malware attacks, etc., can put the mailbox data at risk. To protect the Exchange Server mailbox data, it is integral to regularly take backups of mailboxes. Backups can help restore the mailboxes quickly and efficiently in a case of an issue, thus ensuring business continuity. In this article, we will discuss different methods to back up Exchange Server mailboxes.<\/p><h2 class=\"wp-block-heading\" id=\"methods-to-back-up-exchange-server-mailboxes\"><strong>Methods to Back Up Exchange Server Mailboxes<\/strong><\/h2><p>You can back up the entire Exchange Server data or individual mailboxes. Follow the methods given below to backup Exchange Server mailboxes depending on your requirements.<\/p><h3 class=\"wp-block-heading\"><strong>Method 1: Use Windows Server Backup<\/strong><\/h3><p>You can use <a href=\"https:\/\/learn.microsoft.com\/en-us\/exchange\/high-availability\/disaster-recovery\/backup-with-windows-server-backup?view=exchserver-2019\" rel=\"nofollow\">Windows Sever Backup<\/a> to back up the entire Exchange Server data. In Exchange Server, there is a plug-in for the Windows Server Backup. This utility allows you to take a Volume Shadow Copy Service (VSS)&ndash;based backup of the entire Exchange Server or a selected volume. However, to utilize Windows Server Backup, you must be a member of the Administrators group or Backup Operators group. It does not support backup or backup storage on Clustered Shared Volumes. Let&rsquo;s see how to use the Windows Server Backup:<\/p><p>Then, review the backup settings on the&nbsp;<strong>Confirmation<\/strong>&nbsp;page and then click on&nbsp;<strong>Backup.<\/strong><\/p><ul class=\"wp-block-list\">\n<li>Launch <strong>Windows Server Backup<\/strong> and select&nbsp;<strong>Local Backup.<\/strong><\/li>\n\n\n\n<li>In the right pane, under <strong>Actions<\/strong>, click on the&nbsp;<strong>Backup Once<\/strong> option.<\/li>\n\n\n\n<li>In the&nbsp;<strong>Backup Options<\/strong>&nbsp;wizard, select&nbsp;<strong>Different options,<\/strong> and then click on&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Custom<\/strong> on the&nbsp;<strong>Select Backup Configuration<\/strong>&nbsp;page and then click on&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>On the&nbsp;<strong>Select Items for Backup<\/strong>&nbsp;window, click&nbsp;<strong>Add Items<\/strong>&nbsp;to select the volume(s) you want to back up and then click&nbsp;on <strong>OK.<\/strong><\/li>\n\n\n\n<li>Select&nbsp;<strong>Advanced Settings.<\/strong> If you want to exclude any files or file types from the backup, click&nbsp;<strong>Add Exclusion<\/strong>.<\/li>\n\n\n\n<li>Select&nbsp;<strong>VSS full Backup<\/strong> under the&nbsp;<strong>VSS Settings<\/strong> tab and click on&nbsp;<strong>OK<\/strong>. Then, click&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>Select a location where you want to save the backup and then click on&nbsp;<strong>Next<\/strong>.<\/li>\n<\/ul><p>The will start the backup of selected volume(s). You can check the progress of the backup operation on the&nbsp;Backup Progress&nbsp;page.<\/p><h3 class=\"wp-block-heading\"><strong>Method 2: Export Mailboxes to PST Files <\/strong><\/h3><p>If you want to backup individual or selected mailboxes, then you can export the mailboxes to PST files. For this, you can use the <strong>New-MailboxExportRequest<\/strong> PowerShell cmdlet in the <strong>Exchange Management Shell (EMS)<\/strong>. However, to use this command, you need to fulfill the following prerequisites:<\/p><h4 class=\"wp-block-heading\"><strong>1. Assign Mailbox Import Export Role<\/strong><\/h4><p>You must be assigned the&nbsp;<strong>Mailbox Import Export<\/strong>&nbsp;role. You can use the following command to assign the Mailbox Import Export role to your user account.<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-ManagementRoleAssignment -Role &ldquo;Mailbox Import Export&rdquo; -User DomainName\/UserName or alias<\/strong><\/code><\/pre><h4 class=\"wp-block-heading\"><strong>2. Create Share Location and Folder<\/strong><\/h4><p>You need to create a share location to save the exported PST files. After creating a folder, share this folder with the user having the Import\/Export role (assigned above). The&nbsp;Exchange Trusted Sub System&nbsp;needs to be added to the permissions. The user should have full permissions on the share and the folder.<\/p><p>After fulfilling the above prerequisites, run the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/new-mailbox-export-request.php\">New-MailboxExportRequest<\/a><\/strong> command as given below to export a single mailbox:<\/p><pre class=\"wp-block-code command_container\"><code>New-MailboxExportRequest -Mailbox &ldquo;MailboxName&rdquo; -FilePath \\\\Servername\\SharedFolderPathName\\FileName.pst<\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"106\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/run-the-New-MailboxExportRequest-command-as-given-below-to-export-a-single-mailbox.jpg\" alt=\"run the New MailboxExportRequest command as given below to export a single mailbox\" class=\"wp-image-174685 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/run-the-New-MailboxExportRequest-command-as-given-below-to-export-a-single-mailbox.jpg 814w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/run-the-New-MailboxExportRequest-command-as-given-below-to-export-a-single-mailbox-300x39.jpg 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/run-the-New-MailboxExportRequest-command-as-given-below-to-export-a-single-mailbox-768x100.jpg 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/run-the-New-MailboxExportRequest-command-as-given-below-to-export-a-single-mailbox-150x20.jpg 150w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/figure><p>You can modify or limit the scope of exported contents by utilizing various parameters with the&nbsp;<strong>New-MailboxExportRequest<\/strong>&nbsp;command. Here are a few parameters you can use while exporting Exchange mailbox to PST format.<\/p><p><strong>-ContentFilter&nbsp;Parameter<\/strong><\/p><p>By using this parameter with the command, you can export mailbox items based on subject and date. For instance, the following command lets you export items received before <strong>01-01-2020<\/strong> with a subject beginning with &lsquo;<strong>RE<\/strong>&rsquo;.<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxExportRequest -Mailbox &ldquo;MailBoxName&rdquo; -ContentFilter {(Received -lt &rsquo;01\/01\/2020&prime;) -and (Subject &ndash;like &lsquo;Re*&rsquo;)} -FilePath <\/strong><a href=\"file:\/\/servername\/SharedFolderPathName\/FileName.pst\"><strong>\\\\Servername\\SharedFolderPathName\\FileName.pst<\/strong><\/a><\/code><\/pre><p>Similarly, you can export the emails received after a particular date by using the <strong>&ndash;gt<\/strong> (<strong>greater than<\/strong>) option.<\/p><p>If you want to export the emails based on a date range, you can use the &ndash;lt and &ndash;gt parameters together. For instance:<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxExportRequest -Mailbox &ldquo;MailBoxName&rdquo; -ContentFilter {(Received -lt &rsquo;01\/01\/2020&rsquo; &ndash;gt &lsquo;01\/01\/2019&prime;) -and (Subject &ndash;like &lsquo;Re*&rsquo;)} -FilePath <\/strong><a href=\"file:\/\/servername\/SharedFolderPathName\/FileName.pst\"><strong>\\\\Servername\\SharedFolderPathName\\FileName.pst<\/strong><\/a><\/code><\/pre><p><strong>-ExcludeFolders&nbsp;and -IncludeFolders&nbsp;Parameters<\/strong><\/p><p>You can include or exclude certain folders from the mailbox while exporting to PST format.<\/p><p>For instance, the following command will export only the <strong>Inbox<\/strong> and <strong>Sent Items<\/strong> folders to PST.<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxExportRequest -IncludeFolders &ldquo;#Inbox#\/*&rdquo;,&rdquo;#SentItems#&rdquo; -Mailbox &ldquo;MailBoxName&rdquo; -<\/strong>FilePath <a href=\"file:\/\/servername\/SharedFolderPathName\/FileName.pst\">\\\\Servername\\SharedFolderPathName\\FileName.pst<\/a><\/code><\/pre><p>You can also use the <strong>&ndash;ExcludeFolders <\/strong>parameter to skip some folders during the export process.<\/p><p><strong>-IsArchive&nbsp;Parameter<\/strong><\/p><p>By using this parameter, you can export only the archive folders to PST. For example,<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxExportRequest -Mailbox &ldquo;MailBoxName&rdquo; -IsArchive -FilePath <\/strong><a href=\"file:\/\/Servername\/SharedFolderPathName\/FileName.pst\"><strong>\\\\Servername\\SharedFolderPathName\\FileName.pst<\/strong><\/a><\/code><\/pre><p>You can also use the <strong>New-MailboxExportRequest <\/strong>command to export multiple or all the mailboxes from the database at once. For this,<\/p><ol class=\"wp-block-list\">\n<li>Create a variable to store all the mailboxes in your organization by using the following syntax:<\/li>\n<\/ol><pre class=\"wp-block-code command_container\"><code><strong>$ExchangeMailboxes = Get-Mailbox<\/strong><\/code><\/pre><p>The <strong>Get-Mailbox<\/strong> cmdlet displays all the mailboxes on the server.<\/p><p>     2. Then, use the <strong>ForEach<\/strong> loop with the cmdlet (see below) to export these mailboxes to PST.<\/p><pre class=\"wp-block-code command_container\"><code><strong>ForEach $ExchangeMailbox|%{$_|New-MailboxExportRequest -FilePath <\/strong><a href=\"file:\/\/servername\/SharedFolderPathName\/%24(%24_.Alias).pst\"><strong>\\\\Servername\\SharedFolderPathName\\$($_.Alias).pst<\/strong><\/a><strong>}<\/strong><\/code><\/pre><p>Alternatively, you can create a script with the name &ldquo;<strong>ExchangeMailboxes<\/strong>&rdquo; containing usernames of mailboxes that you want to export or backup to PST format. Here&rsquo;s the syntax:<\/p><pre class=\"wp-block-code command_container\"><code><strong>$ExchangeMailboxes = &ldquo;username1&rdquo;,&rdquo;username2&rdquo;,&hellip;&hellip;.,&rdquo;usernameN&rdquo;<\/strong><\/code><\/pre><pre class=\"wp-block-code command_container\"><code><strong>($User in ($ExchangeMailboxes)) { New-MailboxExportRequest -Mailbox $User -FilePath \\\\Servername\\SharedFolderPathName\\$($User).pst\" }<\/strong><\/code><\/pre><p>Although PowerShell commands help you to export Exchange mailboxes to PST, there are a few limitations, such as:<\/p><ul class=\"wp-block-list\">\n<li>The process is lengthy and time-consuming.<\/li>\n\n\n\n<li>The Mailbox Import\/Export permission must be assigned to the user account.<\/li>\n\n\n\n<li>A large amount of space on the server storage media is required.<\/li>\n\n\n\n<li>There is no option to see the status of mailboxes that are being exported.<\/li>\n\n\n\n<li>Exporting multiple mailboxes to PST may impact the server performance.<\/li>\n\n\n\n<li>This command is available in Exchange Server 2013 and later versions.<\/li>\n<\/ul><h3 class=\"wp-block-heading\"><strong><br>Method 3: Use an EDB to PST Converter Software<\/strong><\/h3><p>A simpler way to backup Exchange mailboxes is by using a third-party EDB to PST converter software, such as <strong>Stellar Converter for EDB.<\/strong> This software can extract mailboxes from EDB file and export them directly to PST. After scanning the EDB files, the software displays the extracted mailboxes and other EDB items. It also offers an option to filter only specific emails or folders of the mailboxes. While the mailboxes are being exported, you can see the progress bar to indicate the status of the mailboxes that are being exported. In addition to PST format, this <a href=\"https:\/\/www.stellarinfo.com\/edb-to-pst-converter.php\">EDB to PST conversion tool<\/a> can save the EDB file items to EML, MSG, HTML, RTF, and PDF formats. It can also export EDB file items directly to Microsoft 365 or a live Exchange Server. The software supports all the versions of Microsoft Exchange Server, including 2019, 2016, 2013, 2010, 2007, 2003, 2000, and 5.5. &nbsp;<\/p><p class=\"has-text-align-center\"><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/RGPWeo5fv8Q\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>To back up the Exchange Server mailboxes, you can create a complete server data backup using the Windows Server Backup. You can also export single or multiple mailboxes to PST format using the <strong>New-MailboxExportRequest<\/strong> command. Alternatively, you can use <strong>Stellar Converter for EDB<\/strong> to extract mailboxes from offline or hosted EDB files of any size and save them to PST files. You can filter the mailbox contents to be exported to PST and can also directly export the mailboxes to Microsoft 365 or a different Exchange Server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exchange Server mailboxes contain some of the most crucial and sensitive information&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\">Continue reading <span class=\"screen-reader-text\">How to Backup Microsoft Exchange Server Mailboxes?<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":7052,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[823],"tags":[510,643],"class_list":["post-5605","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edb-to-pst-converter","tag-backup-exchange-mailboxes","tag-edb-to-pst-download","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Backup Microsoft Exchange Server Mailboxes<\/title>\n<meta name=\"description\" content=\"Backup Microsoft Exchange Server Mailboxes with Windows Server Backup or export mailboxes to PST Files by using manual steps or edb to pst converter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Backup Microsoft Exchange Server Mailboxes\" \/>\n<meta property=\"og:description\" content=\"Backup Microsoft Exchange Server Mailboxes with Windows Server Backup or export mailboxes to PST Files by using manual steps or edb to pst converter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-03-23T05:29:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-07T11:07:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Anubhuti Sinha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anubhuti Sinha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Backup Microsoft Exchange Server Mailboxes?\",\"datePublished\":\"2017-03-23T05:29:17+00:00\",\"dateModified\":\"2025-10-07T11:07:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\"},\"wordCount\":1163,\"commentCount\":9,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg\",\"keywords\":[\"backup exchange mailboxes\",\"edb to pst download\"],\"articleSection\":[\"EDB to PST Converter\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\",\"name\":\"How to Backup Microsoft Exchange Server Mailboxes\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg\",\"datePublished\":\"2017-03-23T05:29:17+00:00\",\"dateModified\":\"2025-10-07T11:07:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Backup Microsoft Exchange Server Mailboxes with Windows Server Backup or export mailboxes to PST Files by using manual steps or edb to pst converter.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Backup Microsoft Exchange Server Mailboxes?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\",\"name\":\"Anubhuti Sinha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g\",\"caption\":\"Anubhuti Sinha\"},\"description\":\"Anubhuti's passion for technology shines through her knowledge of Microsoft Exchange Server. She excels at managing, and troubleshooting this powerful platform. She has a bachelor\u2019s degree in technology in the field of Electronics and Communication.\",\"sameAs\":[\"https:\/\/www.stellarinfo.com\/\",\"https:\/\/www.linkedin.com\/in\/anubhuti-sinha-196a64189\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/anubhuti\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Backup Microsoft Exchange Server Mailboxes","description":"Backup Microsoft Exchange Server Mailboxes with Windows Server Backup or export mailboxes to PST Files by using manual steps or edb to pst converter.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/","og_locale":"en_US","og_type":"article","og_title":"How to Backup Microsoft Exchange Server Mailboxes","og_description":"Backup Microsoft Exchange Server Mailboxes with Windows Server Backup or export mailboxes to PST Files by using manual steps or edb to pst converter.","og_url":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2017-03-23T05:29:17+00:00","article_modified_time":"2025-10-07T11:07:06+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg","type":"image\/jpeg"}],"author":"Anubhuti Sinha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubhuti Sinha","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Backup Microsoft Exchange Server Mailboxes?","datePublished":"2017-03-23T05:29:17+00:00","dateModified":"2025-10-07T11:07:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/"},"wordCount":1163,"commentCount":9,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg","keywords":["backup exchange mailboxes","edb to pst download"],"articleSection":["EDB to PST Converter"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/","url":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/","name":"How to Backup Microsoft Exchange Server Mailboxes","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg","datePublished":"2017-03-23T05:29:17+00:00","dateModified":"2025-10-07T11:07:06+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Backup Microsoft Exchange Server Mailboxes with Windows Server Backup or export mailboxes to PST Files by using manual steps or edb to pst converter.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/03\/img.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/backup-exchange-server-mailboxes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Backup Microsoft Exchange Server Mailboxes?"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e","name":"Anubhuti Sinha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g","caption":"Anubhuti Sinha"},"description":"Anubhuti's passion for technology shines through her knowledge of Microsoft Exchange Server. She excels at managing, and troubleshooting this powerful platform. She has a bachelor\u2019s degree in technology in the field of Electronics and Communication.","sameAs":["https:\/\/www.stellarinfo.com\/","https:\/\/www.linkedin.com\/in\/anubhuti-sinha-196a64189\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/anubhuti\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/5605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=5605"}],"version-history":[{"count":31,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/5605\/revisions"}],"predecessor-version":[{"id":186038,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/5605\/revisions\/186038"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/7052"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=5605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=5605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=5605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}