{"id":14096,"date":"2017-12-22T12:06:44","date_gmt":"2017-12-22T12:06:44","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=14096"},"modified":"2025-01-15T08:52:17","modified_gmt":"2025-01-15T08:52:17","slug":"move-corrupt-mailboxes-from-one-exchange-server-to-another","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/","title":{"rendered":"How to Move Corrupt Mailboxes from One Exchange Server to Another?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Mailbox corruption is a common issue faced by Exchange admins. Some common causes that may lead to mailbox corruption are storage media errors, hardware\/software failure, sudden power failure, system crash, file system error, synchronization errors, and others. In case the mailboxes are corrupted, you&rsquo;re not able to move them from one server to another. You can use inbuilt Exchange utilities and cmdlets to repair the corrupt mailboxes and then move them. In this blog, we will mention various methods to move corrupt mailboxes from one Exchange Server to another server.<\/p><h2 class=\"wp-block-heading\" id=\"methods-to-move-corrupt-mailboxes-from-one-exchange-server-to-another\">Methods to Move Corrupt Mailboxes from One Exchange Server to Another<\/h2><p>Here are some methods that you can use to move corrupt mailboxes from one Exchange Server to another.<\/p><h3 class=\"wp-block-heading\">Method 1: Use the New-MoveRequest Command with &ndash;BadItemLimit Parameter<\/h3><p>To move corrupt mailboxes from one server to another, you can use the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/use-new-moverequest-cmdlet.php\" target=\"_blank\" rel=\"noreferrer noopener\">New-MoveRequest command<\/a><\/strong> with the <strong>&ndash;BadItemLimit<\/strong> and &ndash;<strong>AcceptLargeDataLoss<\/strong> parameters. This allows the command to complete the move request. However, it skip the number of corrupted\/bad items (mentioned in the command) in the mailbox, thus resulting in data loss. Here&rsquo;s how to use this command:<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MoveRequest &ndash;identity &lt;mailbox identity&gt; -TargetDatabase &lt;name of the database&gt; -BadItemLimit &lt;number of corrupted items to be skipped&gt;<\/strong>&ndash;<strong>AcceptLargeDataLoss<\/strong><\/code><\/pre><p>To check the status of move requests, you can to use the&nbsp;Get-MoveRequest&nbsp;PowerShell command. If this command shows the status as failed or suspended, then follow the next method.<\/p><h3 class=\"wp-block-heading\">Method 2: Repair the Corrupt Mailbox and then Move it<\/h3><p>You can first repair the corrupt mailbox and then try to move it. To repair the corrupt mailbox, you can use the <strong><a href=\"https:\/\/www.stellarinfo.com\/blog\/new-mailboxrepairrequest-in-exchange-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">New-MailboxRepairRequest<\/a>&nbsp;<\/strong>PowerShell cmdlet. With this cmdlet, you can repair a specific mailbox or all the mailboxes in a particular database. This command is available in Exchange Server 2010, 2013, 2016, and 2019.<\/p><p>To repair a single mailbox, you can use the command as given below:<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxRepairRequest -Mailbox &lt;name of the mailbox&gt; -CorruptionType SearchFolder, AggregateCounts, ProvisionedFolder, FolderView<\/strong><\/code><\/pre><p>To repair all the mailboxes in the database, you can use the <strong>&ndash;Database<\/strong> parameter instead of the <strong>-Mailbox<\/strong> parameter in the command.<\/p><p>You can view the status of repair process by using the <strong>Get-MailboxRepairRequest<\/strong> command.<\/p><p>Once the mailboxes are repaired, you can run the <strong>New-MoveRequest<\/strong> command to move the mailboxes.<\/p><h3 class=\"wp-block-heading\"><strong>Method 3: Repair the Entire Database using EseUtil<\/strong><\/h3><p>You can also repair the entire database by using the <a href=\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-eseutil-for-exchange-database-repair\/\" target=\"_blank\" rel=\"noreferrer noopener\">EseUtil commands<\/a> and then try to move the mailboxes. For this, first you need to dismount the database (if it is mounted). Then, use the <strong>eseutil \/r<\/strong> command as given below to perform the soft recovery process:<\/p><pre class=\"wp-block-code command_container\"><code><strong>ESEUTIL \/r &lt;log_prefix&gt; \/l &lt;Log Files Folder Path&gt; \/d &lt;Database Folder Path&gt; \/i<\/strong><\/code><\/pre><p>When the recovery process is completed, check the state of database by using the <strong>eseutil \/mh<\/strong> command. If the database is in clean shutdown state, then mount the database and then try to move the mailboxes.<\/p><p>However, if the database is in dirty shutdown state or the eseutil \/r cmdlet fails to repair the database, then you can perform the hard recovery process by using the below command:<\/p><pre class=\"wp-block-code command_container\"><code><strong>eseutil \/p &lsquo;.\\Mailbox Database.edb&rsquo;<\/strong><\/code><\/pre><p>It is recommended to use the hard recovery process as a last resort. This process purges the data that is deemed as corrupted, causing permanent data loss. Additionally, after performing the hard recovery process, the database is hard coded and any further issues with the database will not be addressed by the Microsoft.<\/p><h3 class=\"wp-block-heading\">An Alternative Solution to Move Corrupted Mailboxes to Another Server<\/h3><p>An easy solution to move corrupted mailboxes from one Exchange Server to another server is by using an advanced Exchange repair software. <strong><a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for Exchange<\/a><\/strong> is one such software that can repair corrupted Exchange database (EDB) file and recover all the mailboxes and other items. It then directly moves\/exports the recovered mailboxes to a live Exchange Server. The software can also save mailboxes in PST files that can be later imported into another live Exchange Server or Microsoft 365. Apart from user mailboxes, it can also recover archives, public folders, and even deleted items from the EDB file. The software supports EDB files created in any Exchange Server version &ndash; 2019, 2016, 2013, 2010, and earlier.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>To move corrupt mailboxes from one server to another, you can use the <strong>&ndash;BadItemlimit<\/strong> parameter with the <strong>New-MoveRequest<\/strong> command to skip the corrupted\/bad items during the move. But this will result in data loss. The other option is to repair the corrupt mailboxes by using the <strong>New-MailboxRepairRequest<\/strong> command and then move the mailboxes. Alternatively, you can use the EseUtil commands to perform soft or hard recovery. However, performing hard recovery can cause permanent data loss. The best option is to use Stellar Repair for Exchange &ndash; an Exchange repair software that can extract mailboxes from corrupted databases and then directly export them to a live Exchange Server or Microsoft 365.<\/p><p><a id=\"_msocom_1\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mailbox corruption is a common issue faced by Exchange admins. Some common&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\">Continue reading <span class=\"screen-reader-text\">How to Move Corrupt Mailboxes from One Exchange Server to Another?<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":14428,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-14096","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Move Corrupt Mailboxes from One Exchange Server to Another<\/title>\n<meta name=\"description\" content=\"Effortlessly transfer corrupt mailboxes between Exchange Servers. Discover streamlined solutions and expert tips for a seamless migration process today!\" \/>\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\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Move Corrupt Mailboxes from One Exchange Server to Another\" \/>\n<meta property=\"og:description\" content=\"Effortlessly transfer corrupt mailboxes between Exchange Servers. Discover streamlined solutions and expert tips for a seamless migration process today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-22T12:06:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-15T08:52:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.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\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Move Corrupt Mailboxes from One Exchange Server to Another?\",\"datePublished\":\"2017-12-22T12:06:44+00:00\",\"dateModified\":\"2025-01-15T08:52:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\"},\"wordCount\":759,\"commentCount\":11,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\",\"name\":\"Move Corrupt Mailboxes from One Exchange Server to Another\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg\",\"datePublished\":\"2017-12-22T12:06:44+00:00\",\"dateModified\":\"2025-01-15T08:52:17+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Effortlessly transfer corrupt mailboxes between Exchange Servers. Discover streamlined solutions and expert tips for a seamless migration process today!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg\",\"width\":1000,\"height\":600,\"caption\":\"move-corrupt-mailboxes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Move Corrupt Mailboxes from One Exchange Server to Another?\"}]},{\"@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":"Move Corrupt Mailboxes from One Exchange Server to Another","description":"Effortlessly transfer corrupt mailboxes between Exchange Servers. Discover streamlined solutions and expert tips for a seamless migration process today!","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\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/","og_locale":"en_US","og_type":"article","og_title":"Move Corrupt Mailboxes from One Exchange Server to Another","og_description":"Effortlessly transfer corrupt mailboxes between Exchange Servers. Discover streamlined solutions and expert tips for a seamless migration process today!","og_url":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2017-12-22T12:06:44+00:00","article_modified_time":"2025-01-15T08:52:17+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.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\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Move Corrupt Mailboxes from One Exchange Server to Another?","datePublished":"2017-12-22T12:06:44+00:00","dateModified":"2025-01-15T08:52:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/"},"wordCount":759,"commentCount":11,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/","url":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/","name":"Move Corrupt Mailboxes from One Exchange Server to Another","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg","datePublished":"2017-12-22T12:06:44+00:00","dateModified":"2025-01-15T08:52:17+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Effortlessly transfer corrupt mailboxes between Exchange Servers. Discover streamlined solutions and expert tips for a seamless migration process today!","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/12\/move-corrupt-mailboxes.jpg","width":1000,"height":600,"caption":"move-corrupt-mailboxes"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/move-corrupt-mailboxes-from-one-exchange-server-to-another\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Move Corrupt Mailboxes from One Exchange Server to Another?"}]},{"@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\/14096","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=14096"}],"version-history":[{"count":26,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/14096\/revisions"}],"predecessor-version":[{"id":175728,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/14096\/revisions\/175728"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/14428"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=14096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=14096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=14096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}