{"id":43251,"date":"2019-08-21T05:45:40","date_gmt":"2019-08-21T05:45:40","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=43251"},"modified":"2025-10-07T09:28:06","modified_gmt":"2025-10-07T09:28:06","slug":"error-solved-mailbox-export-request-stuck-in-queued","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/","title":{"rendered":"Error Solved: Mailbox Export Request Stuck in Queued"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>There are many reasons why you need to export Exchange Server mailboxes to PST. You may need to export the data of a certain year, create a copy of a mailbox, or create a backup of an employee\/user who left the company. For exporting mailboxes to PST, you can use the&nbsp;<strong><a href=\"https:\/\/www.stellarinfo.com\/article\/new-mailbox-export-request.php\">New-MailboxExportRequest<\/a><\/strong>&nbsp;PowerShell command in Exchange Management Shell (EMS). To check the status of the export request, you can use the <strong><a href=\"https:\/\/www.stellarinfo.com\/blog\/use-get-mailboxexportrequest-cmdlet-exchange\/\" target=\"_blank\" rel=\"noreferrer noopener\">Get-MailboxExportRequest<\/a><\/strong>&nbsp;PowerShell command. This shows the mailbox export request status in <strong>queue, processing, <\/strong>or<strong> completed<\/strong>. Sometimes, you see that mailbox export request is stuck in queue with no progress. There are various reasons that can lead to the mailbox export request stuck in queue issue. Below, we will discuss the reasons behind this issue and see how to resolve this issue.<\/p><h2 class=\"wp-block-heading\" id=\"reasons-why-mailbox-export-request-is-stuck-in-queue\">Reasons why Mailbox Export Request is Stuck in Queue<\/h2><p>There could be various reasons why mailbox export request is stuck in queue. Here are some common reasons:<\/p><ul class=\"wp-block-list\">\n<li>There is a backup running which is restricting the access to the database. This usually happens if the backup software is not supported or application aware.<\/li>\n\n\n\n<li>Antivirus software is blocking the transaction logs or the database.<\/li>\n\n\n\n<li>The user doesn&rsquo;t have required permissions or roles to perform the operation.<\/li>\n\n\n\n<li>The MSExchangeMailboxReplication service is stuck.<\/li>\n\n\n\n<li>There is an issue with replication (in a DAG setup).<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"methods-to-solve-mailbox-export-request-stuck-in-queue-issue\">Methods to Solve Mailbox Export Request Stuck in Queue Issue<\/h2><p>You can try the following methods to resolve the mailbox export request is stuck in queue issue.<\/p><h3 class=\"wp-block-heading\">Method&nbsp;1 &ndash;&nbsp;Check and Update Exchange Server<\/h3><p>The first thing you need to do is check that your Exchange Server is <strong>fully patched and updated.<\/strong> This will help solve a lot of issues, improve the performance, fix a lot of things, and upscale the security features of the application.<\/p><h3 class=\"wp-block-heading\">Method 2 &ndash; Check Replication Service<\/h3><p>You may also face problems while exporting mailboxes to PST if there are issues with the MSExchangeMailboxReplication service. You can check and modify the values of the &ldquo;MSExchangeMailboxReplication.exe.config&rdquo; file. The config file states which values are valid (see the below example).<\/p><pre class=\"wp-block-code command_container\"><code>&lt;!-- Mailbox Replication Service configuration   \nSetting Name - Default, MinValue, MaxValue  \nMaxActiveMovesPerSourceMDB - 20, 0, 100  \nMaxActiveMovesPerTargetMDB - 20, 0, 100<\/code><\/pre><p>In the example above, you can see that the value of both lines is 100. By default, this is the maximum value allowed. If the value is more than 100, change the value and then save the file. After that, restart the <strong>MSExchangeMailboxReplication<\/strong> service or the server.<\/p><p>In a Database Availability Group (DAG) setup, you need to do the following:<\/p><ul class=\"wp-block-list\">\n<li>Reboot both servers in the DAG.<\/li>\n\n\n\n<li>Check resources, such as CPU, memory, and disk space.<\/li>\n\n\n\n<li>Check if all services are running.<\/li>\n\n\n\n<li>Check the ServerComponentState.<\/li>\n\n\n\n<li>Run a Test-ReplicationHealth.<\/li>\n\n\n\n<li>Turn off Windows Firewall on both servers.<\/li>\n\n\n\n<li>Disable any antivirus software scan or backup jobs.<\/li>\n<\/ul><p>After doing the above, check if the export requests have started or are in progress. If not, then follow the next methods.<\/p><h3 class=\"wp-block-heading\">Method 3 &ndash; Remove\/Delete Export Request and Try Again<\/h3><p>You can try to remove the ExportRequest which is in queue. For this, open the Microsoft Exchange Management Shell and run the following command.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxExportRequest &ndash;Status Queued | Remove-MailboxExportRequest<\/code><\/pre><blockquote class=\"note_alert\">\n<p><strong><em>Note:<\/em><\/strong><em> This command will delete all the export requests with the status marked as queued.<\/em><\/p>\n<\/blockquote><p>After removing the request, you can start the export of the mailbox using the&nbsp;<strong>New-MailboxExportRequest<\/strong>.<\/p><p>You can also delete the export requests, restart the server, and then try again.<\/p><p>If the issue persists, you need to look deeper into the issue.<\/p><h3 class=\"wp-block-heading\">Method&nbsp;4 &ndash;&nbsp;Check Exchange Application Log<\/h3><p>You can also look into the Exchange Application log to find out the cause of the issue. For this, you can run the below PowerShell command in the Exchange Management Shell:<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxExportRequest | Get-MailboxExportRequestStatistics &ndash;IncludeReport |FL<\/code><\/pre><p>This will give more insight on the cause of the issue.<\/p><h3 class=\"wp-block-heading\">Method 5 &ndash; Use Outlook to Export the Mailbox<\/h3><p>You can also use Outlook to export the mailbox to PST. However, you need to have the Outlook attached with the mailbox. But this process will take a lot of time and you need the user to login in to Outlook. In case of a disconnected mailbox, you need to create a new AD user and connect the mailbox to the user.<\/p><h2 class=\"wp-block-heading\" id=\"to-conclude\">To Conclude<\/h2><p>If you&rsquo;re facing issues while exporting mailboxes to PST or the export requests are stuck in queue, then follow the solutions mentioned above to fix the issue. However, if nothing works or there is an underlying issue with the server\/database, then you can use a third-party EDB converter application, like&nbsp;<strong>Stellar Converter for EDB<\/strong>&nbsp;to export mailboxes to PST files. The application runs very smooth and can be installed on the server or on a Windows machine. With Stellar Converter for EDB, you will be able to access the EDB file and export the mailboxes to PST, EML, HTML and other formats in just a few clicks. There is no size limitation when exporting from any version of EDB database file. With this&nbsp;<strong><a href=\"https:\/\/www.stellarinfo.com\/edb-to-pst-converter.php\">EDB to PST converter software<\/a>,<\/strong>&nbsp;you can also export the mailboxes from the EDB files to Office 365 or a live Exchange Server. &nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are many reasons why you need to export Exchange Server mailboxes&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\">Continue reading <span class=\"screen-reader-text\">Error Solved: Mailbox Export Request Stuck in Queued<\/span><\/a><\/p>\n","protected":false},"author":17,"featured_media":43998,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[823],"tags":[3571,3570],"class_list":["post-43251","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edb-to-pst-converter","tag-edb-to-pst-converter","tag-edb-to-pst-converter-software","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Error Solved: Mailbox Export Request stuck in queued<\/title>\n<meta name=\"description\" content=\"Does Mailbox Export Request status stuck in Queued? There are certain times that when you export a mailbox from your Exchange Server that you will see the status set as queued and nothing is happens.This blogs covers all possible reasons and solutions to fix this error.\" \/>\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\/error-solved-mailbox-export-stuck-in-queued\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error Solved: Mailbox Export Request stuck in queued\" \/>\n<meta property=\"og:description\" content=\"Does Mailbox Export Request status stuck in Queued? There are certain times that when you export a mailbox from your Exchange Server that you will see the status set as queued and nothing is happens.This blogs covers all possible reasons and solutions to fix this error.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-21T05:45:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-07T09:28:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.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=\"Shelly Bhardwaj\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shelly Bhardwaj\" \/>\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\/error-solved-mailbox-export-stuck-in-queued\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\"},\"author\":{\"name\":\"Shelly Bhardwaj\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"headline\":\"Error Solved: Mailbox Export Request Stuck in Queued\",\"datePublished\":\"2019-08-21T05:45:40+00:00\",\"dateModified\":\"2025-10-07T09:28:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\"},\"wordCount\":837,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg\",\"keywords\":[\"EDB to PST Converter\",\"EDB to PST Converter software\"],\"articleSection\":[\"EDB to PST Converter\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\",\"name\":\"Error Solved: Mailbox Export Request stuck in queued\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg\",\"datePublished\":\"2019-08-21T05:45:40+00:00\",\"dateModified\":\"2025-10-07T09:28:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"description\":\"Does Mailbox Export Request status stuck in Queued? There are certain times that when you export a mailbox from your Exchange Server that you will see the status set as queued and nothing is happens.This blogs covers all possible reasons and solutions to fix this error.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Error Solved: Mailbox Export Request Stuck in Queued\"}]},{\"@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\/560294d29c29906f1a494397d89ac5b5\",\"name\":\"Shelly Bhardwaj\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g\",\"caption\":\"Shelly Bhardwaj\"},\"description\":\"I am a Product Consultant and is associated with Stellar Data Recovery from last 8 years. I write about the latest technology tips and provide custom solutions related to Exchange Server, Office 365, MS Outlook, and many other Email Clients &amp; different flavors of OS Servers. Read More\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/shelly-bhardwaj\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/shelly\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Error Solved: Mailbox Export Request stuck in queued","description":"Does Mailbox Export Request status stuck in Queued? There are certain times that when you export a mailbox from your Exchange Server that you will see the status set as queued and nothing is happens.This blogs covers all possible reasons and solutions to fix this error.","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\/error-solved-mailbox-export-stuck-in-queued\/","og_locale":"en_US","og_type":"article","og_title":"Error Solved: Mailbox Export Request stuck in queued","og_description":"Does Mailbox Export Request status stuck in Queued? There are certain times that when you export a mailbox from your Exchange Server that you will see the status set as queued and nothing is happens.This blogs covers all possible reasons and solutions to fix this error.","og_url":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2019-08-21T05:45:40+00:00","article_modified_time":"2025-10-07T09:28:06+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg","type":"image\/jpeg"}],"author":"Shelly Bhardwaj","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shelly Bhardwaj","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/"},"author":{"name":"Shelly Bhardwaj","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"headline":"Error Solved: Mailbox Export Request Stuck in Queued","datePublished":"2019-08-21T05:45:40+00:00","dateModified":"2025-10-07T09:28:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/"},"wordCount":837,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg","keywords":["EDB to PST Converter","EDB to PST Converter software"],"articleSection":["EDB to PST Converter"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/","url":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/","name":"Error Solved: Mailbox Export Request stuck in queued","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg","datePublished":"2019-08-21T05:45:40+00:00","dateModified":"2025-10-07T09:28:06+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"description":"Does Mailbox Export Request status stuck in Queued? There are certain times that when you export a mailbox from your Exchange Server that you will see the status set as queued and nothing is happens.This blogs covers all possible reasons and solutions to fix this error.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/08\/Error-Solved-mailbox-Export-stuck-in-progress.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/error-solved-mailbox-export-stuck-in-queued\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Error Solved: Mailbox Export Request Stuck in Queued"}]},{"@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\/560294d29c29906f1a494397d89ac5b5","name":"Shelly Bhardwaj","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g","caption":"Shelly Bhardwaj"},"description":"I am a Product Consultant and is associated with Stellar Data Recovery from last 8 years. I write about the latest technology tips and provide custom solutions related to Exchange Server, Office 365, MS Outlook, and many other Email Clients &amp; different flavors of OS Servers. Read More","sameAs":["https:\/\/www.linkedin.com\/in\/shelly-bhardwaj\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/shelly\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/43251","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\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=43251"}],"version-history":[{"count":27,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/43251\/revisions"}],"predecessor-version":[{"id":185976,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/43251\/revisions\/185976"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/43998"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=43251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=43251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=43251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}