{"id":1628,"date":"2022-03-01T11:45:48","date_gmt":"2022-03-01T11:45:48","guid":{"rendered":"https:\/\/quickdata.org\/blog\/?p=1628"},"modified":"2022-03-02T16:55:34","modified_gmt":"2022-03-02T16:55:34","slug":"powershell-command-to-export-mailbox-to-pst-exchange-2016","status":"publish","type":"post","link":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/","title":{"rendered":"PowerShell Command to Export Mailbox to PST Exchange 2016\/2013\/2010"},"content":{"rendered":"<p class=\"text-justify\" style=\"text-align: justify;\"><strong>Summary<\/strong>: This write-up will guide users to use the PowerShell command to export mailbox to PST Exchange 2016, 2013, 2010 by using Exchange Management Shell. The \u201cNew-MailboxExportRequest\u201d cmdlet helps users to export the Microsoft Exchange database mailbox to the Outlook data file. Also, the professional method helps users to save multiple Exchange mailboxes to PST in bulk in a secure way.<\/p>\n<p class=\"text-justify\" style=\"text-align: justify;\">There are certain scenarios such as corruption, space size issues in Exchange Server, hardware failure, deletion of Exchange mailboxes, etc. These cases make the users export Exchange mailbox to PST to safeguard the data. If any such scenario occurs, the users can use the exported PST file in the future.<\/p>\n<p class=\"text-justify\" style=\"text-align: justify;\">Before using the Exchange PowerShell command, there are certain things that users need to do:<\/p>\n<p style=\"text-align: justify;\"><strong>1.<\/strong> By default, the Microsoft Exchange Server doesn\u2019t export Exchange mailboxes. One needs to provide Exchange \u201cMailbox Import Export\u201d role that gives permission to export data from the mailbox. Follow the command given below to assign a role:<\/p>\n<p><code>New-ManagementRoleAssignment \u2013Role \u201cMailbox Import Export\u201d \u2013User \u201cUSER NAME\u201d<\/code><\/p>\n<p style=\"text-align: justify;\"><strong>2.<\/strong> Create the shared folder that stores the exported Exchange data and provide full permission to the<strong> Exchange Trusted Subsystem security group<\/strong>.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1629 aligncenter\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/assign-read-and-write-permission.png\" alt=\"assign-read-and-write-permission\" width=\"385\" height=\"465\" \/><\/p>\n<h2 style=\"text-align: justify;\">Use PowerShell Command to Export Mailbox to PST Exchange 2016 \/ 2013 \/ 2010<\/h2>\n<p style=\"text-align: justify;\">There are different Exchange mailboxes such as user, archive shared which contain important data. To export all these mailboxes follow the command given below:<\/p>\n<h2 style=\"text-align: justify;\">PowerShell Cmdlet to Export Exchange User Mailbox to PST<\/h2>\n<p><code>New-MailboxExportRequest -Mailbox \u201center mailbox name\u201d -FilePath \u201c\\\\ServerName\\FolderName\\nameoffile.pst\u201d<br \/>\n<\/code><\/p>\n<p style=\"text-align: justify;\"><strong>Example:<\/strong><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1630 aligncenter\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/command-to-export-exchange-mailbox-to-pst_censored.jpg\" alt=\"command to export exchange mailbox to pst\" width=\"960\" height=\"74\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/command-to-export-exchange-mailbox-to-pst_censored.jpg 960w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/command-to-export-exchange-mailbox-to-pst_censored-768x59.jpg 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/p>\n<h3 style=\"text-align: justify;\">PowerShell Command to Export Archive Mailbox<\/h3>\n<p><code>New-MailboxExportRequest -Mailbox \u201carchive mailbox name\u201d -FilePath \u201c\\\\ServerName01\\FolderName\\nameoffile.pst\u201d -IsArchive<\/code><\/p>\n<p style=\"text-align: justify;\"><strong>Example:<\/strong><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1631 aligncenter\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/powershell-command-to-export-exchange-archive-mailbox.png\" alt=\"powershell command to export exchange archive mailbox\" width=\"903\" height=\"76\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/powershell-command-to-export-exchange-archive-mailbox.png 903w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/powershell-command-to-export-exchange-archive-mailbox-768x65.png 768w\" sizes=\"auto, (max-width: 903px) 100vw, 903px\" \/><\/p>\n<p style=\"text-align: justify;\"><strong>Resultant File:<\/strong><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1632 aligncenter\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/output-file_censored.jpg\" alt=\"output file\" width=\"644\" height=\"134\" \/><\/p>\n<h3 style=\"text-align: justify;\">PowerShell Command to Export Shared Mailbox into PST<\/h3>\n<p><code>New-MailboxExportRequest -Mailbox \u201cname of shared mailbox\u201d -FilePath \u201c\\\\ServerName02\\Folder\\nameoffile.pst\u201d<\/code><\/p>\n<p style=\"text-align: justify;\"><strong>Example:<\/strong><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1633 aligncenter\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/powershell.png\" alt=\"powershell command to export shared mailbox\" width=\"958\" height=\"86\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/powershell.png 958w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/powershell-768x69.png 768w\" sizes=\"auto, (max-width: 958px) 100vw, 958px\" \/><\/p>\n<p style=\"text-align: justify;\"><strong>Output File:<\/strong><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1634 aligncenter\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/resultant-file.jpg\" alt=\"resultant file\" width=\"778\" height=\"627\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/resultant-file.jpg 778w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2020\/08\/resultant-file-768x619.jpg 768w\" sizes=\"auto, (max-width: 778px) 100vw, 778px\" \/><\/p>\n<h3 style=\"text-align: justify;\">Automated Solution to Export Mailbox to PST from Exchange 2016, 2013 or 2010<\/h3>\n<p style=\"text-align: justify;\">Users can use <strong>Exchange Export Tool<\/strong> that can help users to export complete Exchange mailbox data without using any PowerShell commands. This makes the entire job quick and error-free for users who are not used to scripts and all.<\/p>\n<p style=\"text-align: justify;\">One of the major features of the software is that it auto-detects the Active Directory configuration and loads it into it. Additionally, users can Include Sub-Domain users to export them into PST format. It is an optional feature so you can enable \/ disable it as per your need. There is a date-based filter as well that makes it easier for the users to export only selective data from Exchange into PST format.<\/p>\n<p class=\"text-center\" style=\"text-align: justify;\"><a class=\"btn btn-success btn-lg btn-md-block text-white p-3\" style=\"color: #fff !important;\" href=\"https:\/\/quickdata.org\/download\/SYS2E4E5T\/93\" rel=\"nofollow\">Free Download<\/a> <a class=\"btn btn-lg btn-md-block text-white p-3\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/quickdata.org\/buy\/SYS2E4E5T\/93\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Purchase Now<\/a><\/p>\n<p style=\"text-align: justify;\">On the other hand, this utility requires Microsoft Outlook to be installed on your system while the application is running. Outlook version can be 2019, 2016, 2013, or earlier version to export mailbox to PST Exchange.<\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><strong>Note<\/strong>: Exchange PowerShell command only exports a single mailbox at a time, and it doesn\u2019t export offline \/ dismounted EDB files. One can use the <a href=\"https:\/\/quickdata.org\/edb-to-pst.html\" target=\"_blank\" rel=\"noopener\"><strong>professional EDB to PST Converter<\/strong><\/a> given below to transfer unmounted Exchange database files, mailboxes, and items to Outlook data files in batch from various mailboxes. There are various advanced features as well that you can try after downloading the tool for free on Windows OS.<\/p>\n<p class=\"text-center\"><a class=\"btn btn-success btn-lg btn-md-block text-white p-3\" style=\"color: #fff !important;\" href=\"https:\/\/quickdata.org\/download\/SYS1E7P4C\/93\" rel=\"nofollow\">Free Download<\/a> <a class=\"btn btn-lg btn-md-block text-white p-3\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/quickdata.org\/buy\/SYS1E7P4C\/93\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Purchase Now<\/a><\/p>\n<\/blockquote>\n<h3 style=\"text-align: justify;\">Steps to Export Mailbox to PST Exchange 2010, 2013, 2016 from Live Server<\/h3>\n<p style=\"text-align: justify;\"><strong>1<\/strong>: Download the automated wizard in your local system and launch it.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3311\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/exchange-export-tool.png\" alt=\"\" width=\"1366\" height=\"728\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/exchange-export-tool.png 1366w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/exchange-export-tool-768x409.png 768w\" sizes=\"auto, (max-width: 1366px) 100vw, 1366px\" \/><\/p>\n<p style=\"text-align: justify;\"><strong>2<\/strong>: Then you will get a list of Exchange mailboxes along with the permissions assigned to them.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3312\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/preview-mailbox.png\" alt=\"\" width=\"1366\" height=\"728\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/preview-mailbox.png 1366w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/preview-mailbox-768x409.png 768w\" sizes=\"auto, (max-width: 1366px) 100vw, 1366px\" \/><\/p>\n<p style=\"text-align: justify;\"><strong>3<\/strong>: Select Categories that you want to export and apply filters if required.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3313\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/apply-filters.png\" alt=\"\" width=\"1366\" height=\"728\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/apply-filters.png 1366w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/apply-filters-768x409.png 768w\" sizes=\"auto, (max-width: 1366px) 100vw, 1366px\" \/><\/p>\n<p style=\"text-align: justify;\"><strong>4<\/strong>: You will get a completion message once you successfully export mailbox to PST Exchange.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3314\" src=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/exported-mailbox.png\" alt=\"\" width=\"1366\" height=\"726\" srcset=\"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/exported-mailbox.png 1366w, https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/exported-mailbox-768x408.png 768w\" sizes=\"auto, (max-width: 1366px) 100vw, 1366px\" \/><\/p>\n<h4>Questions that Most of the Users Ask<\/h4>\n<p style=\"text-align: justify;\"><strong>Q. What is the step-by-step guide to export mailbox to PST in Exchange 2016?<\/strong><\/p>\n<p style=\"text-align: justify;\">A. There are 5 easy steps to execute the export process:<\/p>\n<ol>\n<li style=\"text-align: justify;\">Free download software to export Exchange mailbox to PST<\/li>\n<li style=\"text-align: justify;\">Login via Exchange credentials and select mailboxes for export<\/li>\n<li style=\"text-align: justify;\">Choose the Categories and enable Date filters if needed<\/li>\n<li style=\"text-align: justify;\">Select the Destination path where you want to save your data<\/li>\n<li style=\"text-align: justify;\">Once you implement all settings, hit the Export button<\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><strong>Q. Will this software work with both Live Exchange Server and Dismounted Exchange DB files?<\/strong><\/p>\n<p style=\"text-align: justify;\">A. No, the aforementioned utility will export data from the Live Exchange Server only. The software supports Exchange 2016, 2013, 2010, and lower versions.<\/p>\n<p style=\"text-align: justify;\"><strong>Q. Do we need to apply admin rights to mailboxes to carry out the export process?<\/strong><\/p>\n<p style=\"text-align: justify;\">A. Yes, you have to assign full admin rights to the Exchange mailboxes that you want to export. Else, the software won\u2019t be able to export mailbox to PST in Exchange.<\/p>\n<p style=\"text-align: justify;\"><strong>Q. Does this software also export the public folder data as well from Exchange mailboxes?<\/strong><\/p>\n<p style=\"text-align: justify;\">A. No, this particular application does not support exporting public folders into PST format. However, you can use our <a href=\"https:\/\/quickdata.org\/exchange-edb-recovery.html\" target=\"_blank\" rel=\"noopener\"><strong>secure Exchange EDB Recovery Tool<\/strong><\/a> to export public folder data.<\/p>\n<h4 style=\"text-align: justify;\">Author Suggestion<\/h4>\n<p style=\"text-align: justify;\">This write-up provides detailed information to use PowerShell command to export mailbox to PST Exchange 2016, 2013, 2010 by using Exchange Management Shell. The New-ExportMailboxRequest helps users to export exchange mailbox but this cmdlet exports only one mailbox at a time. Moreover, it requires technical expertise to run it without any error. So, an automated tool is discussed to overcome all these limitations and get the job done.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary: This write-up will guide users to use the PowerShell command to export mailbox to PST Exchange 2016, 2013, 2010 <\/p>\n","protected":false},"author":4,"featured_media":2537,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[130],"tags":[],"class_list":["post-1628","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-mailbox"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Export Mailbox to PST Exchange Using Powershell Command<\/title>\n<meta name=\"description\" content=\"How to use PowerShell command to export mailbox to PST Exchange 2016 by using Exchange PowerShell. Also, know about automated method to export EDB mailbox.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ashwani Tiwari\" \/>\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:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/\"},\"author\":{\"name\":\"Ashwani Tiwari\",\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/#\\\/schema\\\/person\\\/b21f016f4b7a0774cf7f199fd4573479\"},\"headline\":\"PowerShell Command to Export Mailbox to PST Exchange 2016\\\/2013\\\/2010\",\"datePublished\":\"2022-03-01T11:45:48+00:00\",\"dateModified\":\"2022-03-02T16:55:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/\"},\"wordCount\":820,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Export-Mailbox-to-PST-Exchange.png\",\"articleSection\":[\"Exchange Mailbox\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/\",\"url\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/\",\"name\":\"Export Mailbox to PST Exchange Using Powershell Command\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Export-Mailbox-to-PST-Exchange.png\",\"datePublished\":\"2022-03-01T11:45:48+00:00\",\"dateModified\":\"2022-03-02T16:55:34+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/#\\\/schema\\\/person\\\/b21f016f4b7a0774cf7f199fd4573479\"},\"description\":\"How to use PowerShell command to export mailbox to PST Exchange 2016 by using Exchange PowerShell. Also, know about automated method to export EDB mailbox.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Export-Mailbox-to-PST-Exchange.png\",\"contentUrl\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Export-Mailbox-to-PST-Exchange.png\",\"width\":768,\"height\":469,\"caption\":\"Export Mailbox to PST Exchange\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/powershell-command-to-export-mailbox-to-pst-exchange-2016\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PowerShell Command to Export Mailbox to PST Exchange 2016\\\/2013\\\/2010\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/\",\"name\":\"QuickData Blog Section\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/#\\\/schema\\\/person\\\/b21f016f4b7a0774cf7f199fd4573479\",\"name\":\"Ashwani Tiwari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g\",\"caption\":\"Ashwani Tiwari\"},\"description\":\"A writer in technology who specializes in creating explainer content published in blogs, how-to guides, articles, and training manuals. He seeks to provide clear actionable answers to technical queries to make it easier for readers to solve them.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ashwani-tiwari\\\/\"],\"url\":\"https:\\\/\\\/quickdata.org\\\/blog\\\/author\\\/ashwani\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Export Mailbox to PST Exchange Using Powershell Command","description":"How to use PowerShell command to export mailbox to PST Exchange 2016 by using Exchange PowerShell. Also, know about automated method to export EDB mailbox.","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:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/","twitter_misc":{"Written by":"Ashwani Tiwari","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#article","isPartOf":{"@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/"},"author":{"name":"Ashwani Tiwari","@id":"https:\/\/quickdata.org\/blog\/#\/schema\/person\/b21f016f4b7a0774cf7f199fd4573479"},"headline":"PowerShell Command to Export Mailbox to PST Exchange 2016\/2013\/2010","datePublished":"2022-03-01T11:45:48+00:00","dateModified":"2022-03-02T16:55:34+00:00","mainEntityOfPage":{"@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/"},"wordCount":820,"commentCount":0,"image":{"@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#primaryimage"},"thumbnailUrl":"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/Export-Mailbox-to-PST-Exchange.png","articleSection":["Exchange Mailbox"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/","url":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/","name":"Export Mailbox to PST Exchange Using Powershell Command","isPartOf":{"@id":"https:\/\/quickdata.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#primaryimage"},"image":{"@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#primaryimage"},"thumbnailUrl":"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/Export-Mailbox-to-PST-Exchange.png","datePublished":"2022-03-01T11:45:48+00:00","dateModified":"2022-03-02T16:55:34+00:00","author":{"@id":"https:\/\/quickdata.org\/blog\/#\/schema\/person\/b21f016f4b7a0774cf7f199fd4573479"},"description":"How to use PowerShell command to export mailbox to PST Exchange 2016 by using Exchange PowerShell. Also, know about automated method to export EDB mailbox.","breadcrumb":{"@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#primaryimage","url":"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/Export-Mailbox-to-PST-Exchange.png","contentUrl":"https:\/\/quickdata.org\/blog\/wp-content\/uploads\/2021\/05\/Export-Mailbox-to-PST-Exchange.png","width":768,"height":469,"caption":"Export Mailbox to PST Exchange"},{"@type":"BreadcrumbList","@id":"https:\/\/quickdata.org\/blog\/powershell-command-to-export-mailbox-to-pst-exchange-2016\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickdata.org\/blog\/"},{"@type":"ListItem","position":2,"name":"PowerShell Command to Export Mailbox to PST Exchange 2016\/2013\/2010"}]},{"@type":"WebSite","@id":"https:\/\/quickdata.org\/blog\/#website","url":"https:\/\/quickdata.org\/blog\/","name":"QuickData Blog Section","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickdata.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quickdata.org\/blog\/#\/schema\/person\/b21f016f4b7a0774cf7f199fd4573479","name":"Ashwani Tiwari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2140b54c0cce2d0e03ba475ec1ffb609754f10e0acdd155f2c328439daf97c30?s=96&d=mm&r=g","caption":"Ashwani Tiwari"},"description":"A writer in technology who specializes in creating explainer content published in blogs, how-to guides, articles, and training manuals. He seeks to provide clear actionable answers to technical queries to make it easier for readers to solve them.","sameAs":["https:\/\/www.linkedin.com\/in\/ashwani-tiwari\/"],"url":"https:\/\/quickdata.org\/blog\/author\/ashwani\/"}]}},"_links":{"self":[{"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/posts\/1628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/comments?post=1628"}],"version-history":[{"count":0,"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/posts\/1628\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/media\/2537"}],"wp:attachment":[{"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/media?parent=1628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/categories?post=1628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quickdata.org\/blog\/wp-json\/wp\/v2\/tags?post=1628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}