{"id":12854,"date":"2017-11-15T04:18:02","date_gmt":"2017-11-15T04:18:02","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=12854"},"modified":"2025-10-08T05:23:31","modified_gmt":"2025-10-08T05:23:31","slug":"exporting-exchange-contacts-2013-2010-2007-to-pst","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/","title":{"rendered":"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV- PowerShell Command"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Exchange Server mailbox database stores information, such as emails, contacts, attachments, journals, notes, etc. Among all these items, contacts have their own importance as these help connect with the customers, clients, and employees. Thus, it&rsquo;s important to back up the contacts to keep them safe and secure from any incident or issue, like server crash, database corruption, cyber-attack, etc.<\/p><p>To create a backup of contacts from selected mailboxes, you can place a request to the backup department who creates a point-in-time snapshot of&nbsp;the&nbsp;<strong>&ldquo;Contacts&rdquo; folder<\/strong>&nbsp;for those mailboxes. However, this may take a lot of time. To quickly back up contacts from Exchange database anytime, you can use the&nbsp;<a href=\"https:\/\/www.stellarinfo.com\/article\/new-mailbox-export-request.php\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>New-MailboxExportRequest PowerShell commands<\/strong><\/a>&nbsp;in Exchange Management Shell (EMS). This will help you&nbsp;<strong>export&nbsp;Exchange<\/strong>&nbsp;<strong>Contacts<\/strong>&nbsp;from selected mailboxes to PST file at your preferred location. In addition, unlike snapshots, you can import the PST file into any Outlook profile or Exchange Server database to access the contacts.<\/p><p>In this post, we will be discussing how to export Exchange Contacts to PST file by using PowerShell commands.<\/p><h2 class=\"wp-block-heading\" id=\"process-to-export-exchange-contacts-to-pst-using-powershell-commands\"><strong><strong>Process to Export Exchange Contacts to PST using PowerShell Commands<\/strong><\/strong><\/h2><p>Depending upon the version of Exchange Server you are using, follow the given instructions to export the Exchange Contacts to PST\/CSV through PowerShell.<\/p><h3 class=\"wp-block-heading\"><strong>Prerequisites<\/strong><\/h3><p>To export global address book or contacts to&nbsp;<strong>PST\/CSV,<\/strong>&nbsp;the user must have the&nbsp;<strong>import\/export<\/strong>&nbsp;role and access to Exchange Management Shell.<\/p><p>To assign the Import\/Export role to the user account in Exchange 2007, use the following&nbsp;<strong>PowerShell cmdlet:<\/strong><\/p><pre class=\"wp-block-code command_container\"><code><code>Add-MailboxPermission -Identity &ldquo;MailboxID&rdquo; -User &ldquo;UserName&rdquo; -AccessRights Full Access<\/code><\/code><\/pre><p>This command will assign the &ldquo;<em>UserName<\/em>&rdquo; full permission to the &ldquo;<em>MailboxID<\/em>&rdquo; mailbox.<\/p><p>In Exchange Server 2010, 2013, 2016, and 2019, execute the below PowerShell cmdlet to assign the appropriate permissions:<\/p><pre class=\"wp-block-code command_container\"><code>New-ManagementRoleAssignment -Role \"Mailbox Import Export\" -User<\/code><\/pre><p>Add-RoleGroupMember &ldquo;Mailbox Import-Export Management&rdquo; -Member &lt;user to give rights to&gt;<\/p><h3 class=\"wp-block-heading\"><strong>Export Contacts to PST File<\/strong><\/h3><p>Now that the user account has required permissions and roles assigned, you can export Exchange contacts to PST by using the following PowerShell commands in Exchange Management Shell (EMS).<\/p><p>To export contacts from <strong>Exchange mailbox database<\/strong> in Exchange 2007, run the following cmdlet:<\/p><pre class=\"wp-block-code command_container\"><code>Export-Mailbox -Identity &lt;MailboxUserID&gt; -IncludeFolders &lsquo;\\contacts&rsquo; -PSTFolder_Path &lt;Path\\filename.pst&gt;<\/code><\/pre><p>In the above cmdlet, replace&nbsp;<strong><em>&lt;MailboxUserID&gt; <\/em><\/strong>with your mailbox user ID, such as&nbsp;<a href=\"mailto:abc@xyz.com\">abc@xyz.com<\/a>&nbsp;and provide the &ndash;<strong>PSTFolder_Path<\/strong>&nbsp;location by replacing <strong><em>&lt;Path\\filename.pst&gt;<\/em><\/strong><em>.<\/em>&nbsp;The parameter&nbsp;<strong>-IncludeFolders<\/strong>&nbsp;includes the Contact folder for export to PST file.<\/p><p>To export contacts&nbsp;in Exchange Server 2010, 2013, 2016, and 2019, you can use the <code><strong>New-MailboxExportRequest<\/strong><\/code> command as given below: <\/p><blockquote class=\"note_alert\">\n<p><strong><em>Note:<\/em><\/strong><em> If you&rsquo;re using Exchange Sever 2010, then it should be updated to Service Pack 1 (SP1)&nbsp;to run this command in EMS.<\/em><\/p>\n<\/blockquote><pre class=\"wp-block-code command_container\"><code>New-MailboxExportRequest -Mailbox UserName -IncludeFolders \"#Contacts#\" -ExcludeDumpster -FilePath \\ExchSrv\\FolderName\\FileName.pst<\/code><\/pre><p>In the above cmdlet, UserName is the mailbox from which you want to export&nbsp;<strong>Contacts<\/strong>&nbsp;to PST<strong>.<\/strong><\/p><h2 class=\"wp-block-heading\" id=\"an-easy-and-quick-way-to-export-exchange-contacts-to-pst\"><strong>An Easy and Quick Way to Export Exchange Contacts to PST<\/strong><\/h2><p>As you can see, the above commands can help you export&nbsp;Exchange&nbsp;contacts from individual mailboxes to PST file. Thus, you will have to run these&nbsp;commands repeatedly to export contacts from other mailboxes that are stored in the Exchange database (EDB) file. This could take several hours or days to complete the export. <\/p><p>If you need to quickly export all contacts or contacts from a few selected mailboxes in Exchange database files to PST, you can use a professional EDB converter software, like Stellar Converter for EDB. This proficient software can easily&nbsp;<a href=\"https:\/\/www.stellarinfo.com\/edb-to-pst-converter.php\"><strong>convert data in EDB files to PST<\/strong><\/a>&nbsp;format that you can&nbsp;<strong>directly import<\/strong>&nbsp;into Outlook or Exchange Server. With this tool, you can extract all mailbox components, such as&nbsp;<strong>emails, contacts, notes<\/strong>, etc. and export them to separate PST files<strong>. <\/strong>This DIY software is&nbsp;<strong>equipped with interactive GUI<\/strong>&nbsp;and compatible with multiple versions of Exchange.<\/p><p>Here are the steps to export Exchange contacts to PST by using Stellar Converter for EDB:<\/p><ul class=\"wp-block-list\">\n<li>First download, install, and launch the software<\/li>\n\n\n\n<li>On the home page of the software, you will see two options &ndash; <strong>Offline EDB and<\/strong> <strong>Hosted Exchange<\/strong>. Select&nbsp;<strong>&lsquo;Offline EDB&rsquo;<\/strong>&nbsp;if you want to export contacts from Offline EDB file. You can select&nbsp;<strong>&lsquo;Hosted Exchange&rsquo;<\/strong>&nbsp;if you want to export contacts from Live Exchange Server. Here, we&rsquo;re selecting &ldquo;Offline EDB.&rdquo;<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/public\/image\/catalog\/screenshot\/edb-converter\/edb-to-pst\/stellar-converter-for-edb-launcher-screen-1.png\" alt=\"\"><\/figure><ul class=\"wp-block-list\">\n<li>Click &lsquo;<strong>Browse&rsquo;<\/strong>&nbsp;if you know the EDB file location or&nbsp;click <strong>&lsquo;Find&rsquo;<\/strong>&nbsp;to search the EDB file located anywhere on your computer. Once you find the required EDB file, select it and click<strong>&nbsp;Next.<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/public\/image\/catalog\/screenshot\/edb-converter\/edb-to-pst\/stellar-converter-for-edb-single-file%20-screen-3.png\" alt=\"\"><\/figure><ul class=\"wp-block-list\">\n<li>After scan, all the mailbox items will be populated in a tree-view structure in the software&rsquo;s left-hand panel.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/public\/image\/catalog\/screenshot\/edb-converter\/edb-to-pst\/stellar-converter-for-edb-preview-screen-4.png\" alt=\"\"><\/figure><ul class=\"wp-block-list\">\n<li>You may preview any item by right-clicking on it and selecting &ldquo;Preview&rdquo;.<\/li>\n\n\n\n<li>Once satisfied, select the mailbox folder (contacts) and click &lsquo;Save&rsquo; from the File menu. Select &lsquo;PST&rsquo; to save the contacts in PST format. Also, specify the location where you want to save the converted PST file.&nbsp;<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img decoding=\"async\" class=\"apply-gradient-on-post-images\" src=\"https:\/\/www.stellarinfo.com\/public\/image\/catalog\/screenshot\/edb-converter\/edb-to-pst\/stellar-converter-for-edb-save-as-office365-10.png\" alt=\"\"><\/figure><p>You can also export and save the Exchange contacts to CSV format by using Stellar Converter for EDB software. The software interface features a &lsquo;Save Contacts&rsquo; button under the &lsquo;Tools&rsquo; tab. This allows to export all the contacts in just a few clicks, including the Global Address List. You can find the option to view all the contacts in the mailboxes by clicking on the &lsquo;Contacts&rsquo; tab at the bottom, after scan. Then, select the contacts list and export to CSV file.<\/p><p>In case of Hosted Exchange, you can export Global Address List or GAL to CSV format. For detailed steps, you can follow <a href=\"https:\/\/www.stellarinfo.com\/support\/kb\/index.php\/article\/export-exchange-contacts-gal-to-csv\">this link<\/a>.<\/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>You can export Exchange Contacts to PST\/CSV using the PowerShell commands. However, it requires technical knowledge and careful execution of commands. Moreover, you need to execute these commands repeatedly to export contacts from multiple mailboxes. So, use the PowerShell commands when you need to export Exchange contacts from a few mailboxes on the server. To quickly and easily export contacts from the Exchange database, you can use&nbsp;<strong>Stellar Converter for EDB<\/strong>. This software allows you to export contacts from all or selected mailboxes to PST at once. It can also export contacts from EDB file to CSV format.<\/p><h2 class=\"wp-block-heading\" id=\"faqs\"><strong>FAQs<\/strong><\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Exchange Server mailbox database stores information, such as emails, contacts, attachments, journals,&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\">Continue reading <span class=\"screen-reader-text\">Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV- PowerShell Command<\/span><\/a><\/p>\n","protected":false},"author":7,"featured_media":12861,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[823],"tags":[840],"class_list":["post-12854","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edb-to-pst-converter","tag-export-exchange-contacts-to-pst","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV - PowerShell Command<\/title>\n<meta name=\"description\" content=\"Creating backup of contacts folder of mailboxes needs lengthy procedure, This blog listed most convenient ways to export Exchange Contacts to PST\/CSV.\" \/>\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\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV - PowerShell Command\" \/>\n<meta property=\"og:description\" content=\"Creating backup of contacts folder of mailboxes needs lengthy procedure, This blog listed most convenient ways to export Exchange Contacts to PST\/CSV.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-15T04:18:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-08T05:23:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.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=\"Eric Simson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eric Simson\" \/>\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\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\"},\"author\":{\"name\":\"Eric Simson\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/b4823430443e4bb02f48d6dfaad50f89\"},\"headline\":\"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV- PowerShell Command\",\"datePublished\":\"2017-11-15T04:18:02+00:00\",\"dateModified\":\"2025-10-08T05:23:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\"},\"wordCount\":1029,\"commentCount\":14,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg\",\"keywords\":[\"export exchange contacts to pst\"],\"articleSection\":[\"EDB to PST Converter\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\",\"name\":\"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV - PowerShell Command\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg\",\"datePublished\":\"2017-11-15T04:18:02+00:00\",\"dateModified\":\"2025-10-08T05:23:31+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/b4823430443e4bb02f48d6dfaad50f89\"},\"description\":\"Creating backup of contacts folder of mailboxes needs lengthy procedure, This blog listed most convenient ways to export Exchange Contacts to PST\/CSV.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg\",\"width\":1000,\"height\":600,\"caption\":\"Exporting-Exchange-Contacts\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV- PowerShell Command\"}]},{\"@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\/b4823430443e4bb02f48d6dfaad50f89\",\"name\":\"Eric Simson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/944393a40609b2d087c131b021f96dda56d23e694371e0b73b29dbd86851ffe2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/944393a40609b2d087c131b021f96dda56d23e694371e0b73b29dbd86851ffe2?s=96&d=mm&r=g\",\"caption\":\"Eric Simson\"},\"description\":\"Eric Simson is an Email Platform Consultant and is associated with Stellar Data Recovery from last 6 years. He writes about the latest technology tips and provides custom solutions related to MS Outlook, MS Exchange Server, Office 365, and many other Email Clients &amp; Servers.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/eric-simson-30bb8222a\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/priyal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV - PowerShell Command","description":"Creating backup of contacts folder of mailboxes needs lengthy procedure, This blog listed most convenient ways to export Exchange Contacts to PST\/CSV.","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\/exporting-exchange-contacts-2013-2010-2007-to-pst\/","og_locale":"en_US","og_type":"article","og_title":"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV - PowerShell Command","og_description":"Creating backup of contacts folder of mailboxes needs lengthy procedure, This blog listed most convenient ways to export Exchange Contacts to PST\/CSV.","og_url":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2017-11-15T04:18:02+00:00","article_modified_time":"2025-10-08T05:23:31+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg","type":"image\/jpeg"}],"author":"Eric Simson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Eric Simson","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/"},"author":{"name":"Eric Simson","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/b4823430443e4bb02f48d6dfaad50f89"},"headline":"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV- PowerShell Command","datePublished":"2017-11-15T04:18:02+00:00","dateModified":"2025-10-08T05:23:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/"},"wordCount":1029,"commentCount":14,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg","keywords":["export exchange contacts to pst"],"articleSection":["EDB to PST Converter"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/","url":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/","name":"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV - PowerShell Command","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg","datePublished":"2017-11-15T04:18:02+00:00","dateModified":"2025-10-08T05:23:31+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/b4823430443e4bb02f48d6dfaad50f89"},"description":"Creating backup of contacts folder of mailboxes needs lengthy procedure, This blog listed most convenient ways to export Exchange Contacts to PST\/CSV.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/11\/Exporting-Exchange-Contacts.jpg","width":1000,"height":600,"caption":"Exporting-Exchange-Contacts"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/exporting-exchange-contacts-2013-2010-2007-to-pst\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Exporting Exchange Contacts (2013\/2010\/2007) to PST\/CSV- PowerShell Command"}]},{"@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\/b4823430443e4bb02f48d6dfaad50f89","name":"Eric Simson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/944393a40609b2d087c131b021f96dda56d23e694371e0b73b29dbd86851ffe2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/944393a40609b2d087c131b021f96dda56d23e694371e0b73b29dbd86851ffe2?s=96&d=mm&r=g","caption":"Eric Simson"},"description":"Eric Simson is an Email Platform Consultant and is associated with Stellar Data Recovery from last 6 years. He writes about the latest technology tips and provides custom solutions related to MS Outlook, MS Exchange Server, Office 365, and many other Email Clients &amp; Servers.","sameAs":["https:\/\/www.linkedin.com\/in\/eric-simson-30bb8222a\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/priyal\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/12854","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=12854"}],"version-history":[{"count":50,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/12854\/revisions"}],"predecessor-version":[{"id":186072,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/12854\/revisions\/186072"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/12861"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=12854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=12854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=12854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}