{"id":63429,"date":"2020-08-27T05:38:33","date_gmt":"2020-08-27T05:38:33","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=63429"},"modified":"2025-10-07T09:25:55","modified_gmt":"2025-10-07T09:25:55","slug":"use-remove-mailboxexportrequest-cmdlet-exchange","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/","title":{"rendered":"How to Use Remove-MailboxExportRequest Cmdlet?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>In Exchange Server, when you need to export mailboxes to PST, you use the <a href=\"https:\/\/www.stellarinfo.com\/article\/new-mailbox-export-request.php\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>New-MailboxExportRequest<\/strong><\/a> cmdlet. However, when the export requests are completed, they are not cleared automatically. You need to remove them by using the <strong>Remove-MailboxExportRequest<\/strong> cmdlet. You can use this cmdlet to remove the completed or even partially completed mailbox export requests. When removing the export requests that are not completed, you need to remember that the content that has already been exported to PST will not be removed.<\/p><p>The <strong>Remove-MailboxExportRequest<\/strong> cmdlet is available in on-premises Exchange Server 2010, 2013, and later versions. Let&rsquo;s see how to use this cmdlet to remove the mailbox export requests.<\/p><h2 class=\"wp-block-heading\" id=\"using-the-remove-mailboxexportrequest-cmdlet-in-exchange-server\"><strong>Using the Remove-MailboxExportRequest Cmdlet in Exchange Server<\/strong><\/h2><p>Before using the <strong>Remove-MailboxExportRequest <\/strong>cmdlet, the user account that you will be using must have the <strong>Mailbox Import Export<\/strong> role assigned. By default, this role is not assigned to even administrator. So, <a href=\"https:\/\/learn.microsoft.com\/en-us\/exchange\/permissions\/role-groups?view=exchserver-2019#add-a-role-to-a-role-group\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">add the Mailbox Import Export role<\/a> to a role group and then add the user account to that role group.<\/p><p>After assigning the required role, open the <strong>Exchange Management Shell (EMS<\/strong>) and run the cmdlet as given below to remove a particular mailbox export request:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest [-Identity] \"John\\MailboxToPST1&rdquo; &nbsp;<\/code><\/pre><p>The above cmdlet will remove the export request named &ndash; John\\MailboxToPST1.<\/p><p>In addition, you can use various parameters or switches with the cmdlet. Some common parameters that you can use with this cmdlet are:<\/p><h3 class=\"wp-block-heading\"><strong>1. -Status<\/strong><\/h3><p>The &ndash;<strong>Status<\/strong> switch is used to remove all the export requests that have a particular status. For example:<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxExportRequest &ndash;Status Failed | Remove-MailboxExportRequest<\/code><\/pre><p>This command will remove all the failed mailbox export requests.<\/p><p>Similarly, you can use the below cmdlet to&nbsp;remove all the mailbox export requests that are completed.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxExportRequest -Status Completed | Remove-MailboxExportRequest<\/code><\/pre><h3 class=\"wp-block-heading\">2. -Confirm<\/h3><p>When you execute the Remove-MailboxExportRequest cmdlet, a confirmation prompt appears to confirm if you want to perform the operation. The <strong>-Confirm<\/strong> parameter is used to specify whether you want to see the confirmation prompt or not. Here&rsquo;s an example:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest -Identity &lt;Identity of the repair request&gt; -Confirm:$false<\/code><\/pre><p>The above cmdlet will not display the confirmation prompt. If you want the cmdlet to show a conformation message, use the <strong>$true<\/strong> switch, instead of <strong>$false<\/strong>.<\/p><h3 class=\"wp-block-heading\">3. -Force<\/h3><p>This parameter is used to suppress the warning or confirmation messages. Unlike <strong>-Confirm<\/strong>, you don&rsquo;t need to specify any value with <strong>-Force<\/strong> parameter. Here&rsquo;s an example:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest -Identity &lt;Identity of the repair request&gt; -Force<\/code><\/pre><p>This parameter only works in MS Exchange Server 2016 and 2019.<\/p><h3 class=\"wp-block-heading\">4. -DomainController<\/h3><p>This parameter is used to read or write data to or from <strong>Active Directory<\/strong> (AD). By using this parameter, you can specify and identify a specific domain controller by its <strong>Fully Qualified Domain Name (FQDN)<\/strong>, such as d01.stellarinfo.com. The syntax is as follows:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest -Identity &lt;Identity of the repair request&gt; -DomainController d01.stellarinfo.com<\/code><\/pre><h3 class=\"wp-block-heading\">5. -RequestGuid<\/h3><p>The <strong>-RequestGuid<\/strong> parameter is used to specify the unique identifier for the export request. You can find the GUID of an export request by using the <a href=\"https:\/\/www.stellarinfo.com\/blog\/use-get-mailboxexportrequest-cmdlet-exchange\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Get-MailboxExportRequest<\/strong><\/a> cmdlet. However, to use this parameter, you need to specify the <strong>-RequestQueue<\/strong> parameter value. Here&rsquo;s an example:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest -RequestQueue DB01 -RequestGuid 1d40cab2-6vc4-5444-c38d-4cb75f2a4d1v<\/code><\/pre><p>The above command will return the status of export requests created to export mailboxes to PST from Exchange database EDB01.<\/p><blockquote class=\"note_alert\">\n<p><strong><em>Note:<\/em><\/strong><em> This parameter cannot be used with the <strong>-Identity<\/strong> parameter.<\/em><\/p>\n<\/blockquote><h3 class=\"wp-block-heading\">6. &ndash;RequestQueue<\/h3><p>The <strong>-RequestQueue<\/strong> parameter can also be used without the <strong>-RequestGuid<\/strong> parameter. This parameter is used to specify the request based on the mailbox database where you want to execute the command. Here&rsquo;s an example:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest -RequestQueue DB01<\/code><\/pre><h3 class=\"wp-block-heading\"><strong>7. -WhatIf<\/strong><\/h3><p>The <strong>-WhatIf<\/strong> parameter is used to check or simulate the outcome of the cmdlet before you execute it. You do not need to specify any value with this parameter. The syntax is as follows:<\/p><pre class=\"wp-block-code command_container\"><code>Remove-MailboxExportRequest -Identity &lt;Export request identity&gt; -DomainController d01.stellarinfo.com -WhatIf<\/code><\/pre><h2 class=\"wp-block-heading\" id=\"an-alternative-solution-export-mailboxes-to-pst\"><strong>An Alternative Solution Export Mailboxes to PST<\/strong><\/h2><p>To export mailboxes from Exchange database to PST, you need to use the <strong>New-MailboxExportRequest<\/strong> cmdlet. Then, to check the status of export requests, you can use the&nbsp;Get-MailboxExportRequest&nbsp;cmdlet. After that, you need to remove the requests by using the <strong>Remove-MailboxExportRequest<\/strong> cmdlet. This is a tedious and time-consuming process. Plus, you also need the permissions and assigned roles to export mailboxes in Exchange Server by using these cmdlets.<\/p><p>To avoid such hassles, you can use <strong>Stellar Converter for EDB<\/strong> &ndash; an <a href=\"https:\/\/www.stellarinfo.com\/edb-to-pst-converter.php\">EDB to PST converter<\/a> software that can export mailboxes from EDB file to PST in just a few simple steps. With this software, you can export up to 4 mailboxes to PST simultaneously. The status of the mailbox export is clearly visible. In addition, you can pause, resume, or remove the export process at any point using the software. Unlike the PowerShell cmdlets, you do not require any permissions to perform the export process. Additionally, you can export mailboxes from the EDB file to Office 365 or live Exchange server directly.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>The <strong>Remove-MailboxExportRequest<\/strong> cmdlet is used to remove the mailbox export requests that were initiated using the <strong>New-MailboxExportRequest<\/strong>. The cmdlet can be used with various parameters and switches to remove specific export request\/s. If the cmdlet is not returning the expected output or showing an error, you can modify the export request by using the <strong>Set-MailboxExportRequest<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Exchange Server, when you need to export mailboxes to PST, you&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\">Continue reading <span class=\"screen-reader-text\">How to Use Remove-MailboxExportRequest Cmdlet?<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":66382,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[823],"tags":[],"class_list":["post-63429","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edb-to-pst-converter","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 Use Remove-MailboxExportRequest Cmdlet<\/title>\n<meta name=\"description\" content=\"Learn to use the Remove-MailboxExportRequest cmdlet in the Exchange to remove fully or partially completed mailbox to PST export requests\" \/>\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\/use-remove-mailboxexportrequest-cmdlet-exchange\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Remove-MailboxExportRequest Cmdlet\" \/>\n<meta property=\"og:description\" content=\"Learn to use the Remove-MailboxExportRequest cmdlet in the Exchange to remove fully or partially completed mailbox to PST export requests\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-27T05:38:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-07T09:25:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Use Remove-MailboxExportRequest Cmdlet?\",\"datePublished\":\"2020-08-27T05:38:33+00:00\",\"dateModified\":\"2025-10-07T09:25:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\"},\"wordCount\":812,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg\",\"articleSection\":[\"EDB to PST Converter\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\",\"name\":\"How to Use Remove-MailboxExportRequest Cmdlet\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg\",\"datePublished\":\"2020-08-27T05:38:33+00:00\",\"dateModified\":\"2025-10-07T09:25:55+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Learn to use the Remove-MailboxExportRequest cmdlet in the Exchange to remove fully or partially completed mailbox to PST export requests\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How to Use Remove-MailboxExportRequest Cmdlet?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Remove-MailboxExportRequest Cmdlet?\"}]},{\"@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 Use Remove-MailboxExportRequest Cmdlet","description":"Learn to use the Remove-MailboxExportRequest cmdlet in the Exchange to remove fully or partially completed mailbox to PST export requests","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\/use-remove-mailboxexportrequest-cmdlet-exchange\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Remove-MailboxExportRequest Cmdlet","og_description":"Learn to use the Remove-MailboxExportRequest cmdlet in the Exchange to remove fully or partially completed mailbox to PST export requests","og_url":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2020-08-27T05:38:33+00:00","article_modified_time":"2025-10-07T09:25:55+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg","type":"image\/jpeg"}],"author":"Anubhuti Sinha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubhuti Sinha","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Use Remove-MailboxExportRequest Cmdlet?","datePublished":"2020-08-27T05:38:33+00:00","dateModified":"2025-10-07T09:25:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/"},"wordCount":812,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg","articleSection":["EDB to PST Converter"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/","url":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/","name":"How to Use Remove-MailboxExportRequest Cmdlet","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg","datePublished":"2020-08-27T05:38:33+00:00","dateModified":"2025-10-07T09:25:55+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Learn to use the Remove-MailboxExportRequest cmdlet in the Exchange to remove fully or partially completed mailbox to PST export requests","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/08\/How-to-Use-Remove-MailboxExportRequest-Cmdlet.jpg","width":1000,"height":600,"caption":"How to Use Remove-MailboxExportRequest Cmdlet?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/use-remove-mailboxexportrequest-cmdlet-exchange\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Use Remove-MailboxExportRequest Cmdlet?"}]},{"@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\/63429","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=63429"}],"version-history":[{"count":24,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/63429\/revisions"}],"predecessor-version":[{"id":185973,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/63429\/revisions\/185973"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/66382"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=63429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=63429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=63429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}