{"id":343,"date":"2019-01-20T10:22:49","date_gmt":"2019-01-20T10:22:49","guid":{"rendered":"http:\/\/www.mozesoft.com\/blog\/?p=343"},"modified":"2024-04-30T11:00:37","modified_gmt":"2024-04-30T11:00:37","slug":"exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/","title":{"rendered":"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets"},"content":{"rendered":"<p align=\"JUSTIFY\">Like previous versions, Exchange Server 2016 features a mailbox export facility. The procedure to export a mailbox to PST file and the Exchange Management Shell cmdlets are similar to those used in Exchange 2013\/2010 versions. If the using GUI is preferred, the procedure is similar to Exchange 2013. To export an EDB mailbox to PST, follow these steps:<\/p>\n<ol>\n<li>Assign Mailbox Import Export role to the user<\/li>\n<li>Share the destination PST folder over the network<\/li>\n<li>Export the Exchange EDB mailbox to the PST file in the shared folder<\/li>\n<\/ol>\n<p class=\"subheading\"><strong>1. Assign Mailbox Import Export role to the user<\/strong><\/p>\n<p>Even Exchange administrators don\u2019t have the authority to export a mailbox unless they are assigned a Mailbox Import Export Role. So a user must have this role assigned prior to starting the mailbox export.<\/p>\n<p><code>New-ManagementRoleAssignment \u2013Role \"Mailbox Import Export\" \u2013User \"&lt;user\u00a0name&gt;\u201d<\/code><\/p>\n<p>To assign the Mailbox Import Export role to the Administrator account, use:<\/p>\n<p><code>New-ManagementRoleAssignment -Role \"Mailbox Import Export\" -User \"Administrator\"<\/code><\/p>\n<p><strong>Note-<\/strong> Mailbox Import Export role can be assigned to a security group too:<\/p>\n<p><code>New-ManagementRoleAssignment -Role \"Mailbox Import Export\" -SecurityGroup \u201c&lt;security group name&gt;\u201d<\/code><\/p>\n<p>Adding a user or Administrator to this security group will give them the rights to export mailboxes.<\/p>\n<p class=\"subheading\"><strong>2. Share the target PST folder over the network<\/strong><\/p>\n<p>The folder that contains the target PST file needs to be shared over the network. Follow the steps given below:<\/p>\n<ol>\n<li>Right-click the folder and select <strong>Properties<\/strong>.<\/li>\n<li>In the <strong>Properties<\/strong> window, click <strong>Advanced Sharing<\/strong> under the <strong>Sharing<\/strong> tab.<\/li>\n<li>In the <strong>Advanced Sharing<\/strong> window, choose <strong>Share this folder<\/strong> option and click <strong>Permissions<\/strong>.\n<ol>\n<li value=\"1\">Add Exchange Trusted Subsystem to <strong>Group or user names<\/strong>, and choose the option to allow full control.<\/li>\n<li>Close all the open windows after clicking <strong>Apply<\/strong> and <strong>OK<\/strong>.<\/li>\n<\/ol>\n<\/li>\n<li>\n<p class=\"subheading\"><strong>Export Exchange EDB mailbox to a PST file<\/strong><\/p>\n<p>One can move primary mailboxes as well as archive mailboxes to PST using the cmdlets. Use the following syntax:<\/p>\n<p><code>New-MailboxExportRequest -Mailbox &lt;MailboxName&gt; -FilePath \u201c&lt;Path to the PST file&gt;\u201d<\/code><\/p>\n<p>To export an archive mailbox, use the following syntax.<\/p>\n<p><code>New-MailboxExportRequest -Mailbox &lt;MailboxName&gt; -FilePath \u201c&lt;Path to the PST file&gt;\u201d -IsArchive<\/code><\/p>\n<p>After exporting the mailbox to the PST, the mailbox and items can be accessed using MS Outlook.<\/p>\n<p class=\"subheading\"><strong>The alternative for converting EDB to PST<\/strong><\/p>\n<p align=\"JUSTIFY\">Converting <a href=\"https:\/\/www.mozesoft.com\/emailmigration\/edb-to-pst-converter.html\">EDB to PST<\/a> using PowerShell is not the first choice for many administrators due to its technical and time-consuming nature. That is why solutions like Exchange Recovery Software are often preferred. Using this solution, <a href=\"https:\/\/www.mozesoft.com\/emailmigration\/edb-to-pst-converter.html\">converting EDB files to PST<\/a> is easy; you just have to select <b>Export Mailboxes<\/b> option from the right-click menu after selecting the mailbox. There is also a separate option to export individual messages to PST.<\/p>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Like previous versions, Exchange Server 2016 features a mailbox export facility. The procedure to export a mailbox to PST file and the Exchange Management Shell cmdlets are similar to those used in Exchange 2013\/2010 versions. If the using GUI is preferred, the procedure is similar to Exchange 2013. To export an EDB mailbox to PST, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[151,150],"class_list":["post-343","post","type-post","status-publish","format-standard","hentry","category-exchange-server","tag-export-exchange-2016-mailboxes-to-outlook-pst","tag-exporting-exchange-2016-mailboxes-from-database-to-outlook-pst"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exporting Exchange 2016 mailboxes to Outlook PST<\/title>\n<meta name=\"description\" content=\"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets. Export the Exchange EDB mailbox to the PST file.\" \/>\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.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exporting Exchange 2016 mailboxes to Outlook PST\" \/>\n<meta property=\"og:description\" content=\"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets. Export the Exchange EDB mailbox to the PST file.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-20T10:22:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-30T11:00:37+00:00\" \/>\n<meta name=\"author\" content=\"Adsank\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adsank\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets\",\"datePublished\":\"2019-01-20T10:22:49+00:00\",\"dateModified\":\"2024-04-30T11:00:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\"},\"wordCount\":395,\"keywords\":[\"Export Exchange 2016 mailboxes to Outlook PST\",\"Exporting Exchange 2016 mailboxes from database to Outlook PST\"],\"articleSection\":[\"Exchange Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\",\"name\":\"Exporting Exchange 2016 mailboxes to Outlook PST\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"datePublished\":\"2019-01-20T10:22:49+00:00\",\"dateModified\":\"2024-04-30T11:00:37+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"description\":\"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets. Export the Exchange EDB mailbox to the PST file.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/\",\"name\":\"Blog\",\"description\":\"IT Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\",\"name\":\"Adsank\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"caption\":\"Adsank\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exporting Exchange 2016 mailboxes to Outlook PST","description":"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets. Export the Exchange EDB mailbox to the PST file.","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.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/","og_locale":"en_US","og_type":"article","og_title":"Exporting Exchange 2016 mailboxes to Outlook PST","og_description":"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets. Export the Exchange EDB mailbox to the PST file.","og_url":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/","og_site_name":"Blog","article_published_time":"2019-01-20T10:22:49+00:00","article_modified_time":"2024-04-30T11:00:37+00:00","author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets","datePublished":"2019-01-20T10:22:49+00:00","dateModified":"2024-04-30T11:00:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/"},"wordCount":395,"keywords":["Export Exchange 2016 mailboxes to Outlook PST","Exporting Exchange 2016 mailboxes from database to Outlook PST"],"articleSection":["Exchange Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/","url":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/","name":"Exporting Exchange 2016 mailboxes to Outlook PST","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"datePublished":"2019-01-20T10:22:49+00:00","dateModified":"2024-04-30T11:00:37+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"description":"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets. Export the Exchange EDB mailbox to the PST file.","breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/exporting-exchange-2016-mailboxes-from-database-to-outlook-pst-using-shell-cmdlets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Exporting Exchange 2016 mailboxes from database to Outlook PST using Shell cmdlets"}]},{"@type":"WebSite","@id":"https:\/\/www.mozesoft.com\/blog\/#website","url":"https:\/\/www.mozesoft.com\/blog\/","name":"Blog","description":"IT Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c","name":"Adsank","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","caption":"Adsank"}}]}},"_links":{"self":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/comments?post=343"}],"version-history":[{"count":3,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/343\/revisions"}],"predecessor-version":[{"id":900,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/343\/revisions\/900"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}