{"id":182757,"date":"2025-06-03T08:40:52","date_gmt":"2025-06-03T08:40:52","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=182757"},"modified":"2026-02-04T05:30:56","modified_gmt":"2026-02-04T05:30:56","slug":"split-large-edb-files-during-export","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/","title":{"rendered":"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>When exporting very large mailboxes to PST, you can face performance issues on the Exchange Server and risk of corruption in PST file. Also, it is difficult to handle and manage large PST files. If you split the data during export, it will make the export more manageable and prevent data integrity issues. In this post, we will be discussing how to split large EDB file during export to avoid mailbox size limit issues.<\/p><h2 class=\"wp-block-heading\" id=\"why-you-need-to-split-an-edb-file?\">Why you Need to Split an EDB File?<\/h2><p>There are multiple reasons why you would need to split EDB file. Let&rsquo;s explore some of the common ones.<\/p><ul class=\"wp-block-list\">\n<li><strong>Load balancing<\/strong> of the operations on the Exchange Server. If you have one mailbox database with hundreds of mailboxes and something happens to the database, then all the mailboxes get affected. The Standard version of Exchange Server allows creation of up to five databases while the Enterprise version allows to create unlimited number of databases.<\/li>\n\n\n\n<li><strong>Improving performance<\/strong> of the Exchange Server. Smaller files increase the performance of the server when accessing and fetching the data and also improve the user&rsquo;s experience.<\/li>\n\n\n\n<li><strong>Ensuring compliance <\/strong>with regulations and company policies. Many organizations add size limits and quotas on mailboxes for storage efficiency, and also for compliance and regulations.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"methods-to-split-large-edb-file-during-export\">Methods to Split Large EDB File during Export<\/h2><p>You can export EDB file data to PST using Microsoft Outlook, Exchange Server native tools, and a specialized EDB to PST converter tool. Let&rsquo;s explore these methods in detail.<\/p><h3 class=\"wp-block-heading\">1. Using Microsoft Outlook<\/h3><p>You can use Microsoft Outlook if you have very small mailboxes. If you have very large mailboxes, the application will not be able to handle the export and the exported file. Follow these steps to export mailboxes to PST using Outlook:<\/p><blockquote class=\"note_alert\">\n<p><strong><em>Note:<\/em><\/strong><em> Make sure that the profile for the account is set.<\/em><\/p>\n<\/blockquote><ul class=\"wp-block-list\">\n<li>Open <strong>Outlook<\/strong>. Click on <strong>File<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>Open &amp; Export<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>Import\/Export<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Export to a file<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Outlook Data file (.pst)<\/strong>.<\/li>\n\n\n\n<li>Select what you want to export and click on <strong>Filter<\/strong>.<\/li>\n\n\n\n<li>Select the location to export to.<\/li>\n<\/ul><p>This will export the selected data to a PST file.<\/p><blockquote class=\"note_alert\">\n<p><strong><em>Note:<\/em><\/strong><em> When using Outlook, you will get very limited export capabilities and no automation. Though you will be able to export the mailboxes to PST, you will need to manually import it back into another database.<\/em><\/p>\n<\/blockquote><h3 class=\"wp-block-heading\">2. Using the Exchange Management Shell (EMS)<\/h3><p>You can use the PowerShell commands in the Exchange Management Shell (EMS) to export mailboxes to PST. With PowerShell commands, you will have a little bit more flexibility when exporting mailboxes to PST file. For this, you need to use the <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/new-mailbox-export-request.php\">New-MailboxExportRequest<\/a> <\/strong>PowerShell command.<\/p><p>Before using the command, you need to fulfil the below prerequisites:<\/p><ul class=\"wp-block-list\">\n<li>Create a shared folder on the server or another server with the Exchange Server Subsystem, having full rights to the folder and share.<\/li>\n\n\n\n<li>Assign the Import\/Export roles to the user exporting the mailboxes.<\/li>\n<\/ul><p>After this has been done, you can use the below command to export all the items from a mailbox, which are dated before 01\/01\/2024, to PST.<\/p><pre class=\"wp-block-code command_container\"><code>New-MailboxExportRequest -Mailbox user-A -FilePath \\\\EXC-SRV\\Exports\\2025.pst -ContentFilter {(Received -lt '01\/01\/2024')}<\/code><\/pre><p>In the above command, the <strong>lt<\/strong> option means less than.<\/p><p>To check the progress of export, you can use the <strong>Get-MailboxExportRequest<\/strong> command.<\/p><p>You can use the below command to export the mailbox items based on a date range.<\/p><pre class=\"wp-block-code command_container\"><code>New-MailboxExportRequest -Mailbox user-a -FilePath \\\\EXC-SRV\\Exports\\range.pst -ContentFilter {(Received -gt '01\/01\/2024') -and (Received -lt '12\/31\/2024')}<\/code><\/pre><p>The command above uses the <strong>gt<\/strong> (greater than) and <strong>lt<\/strong> (less than) parameters to create a date range.<\/p><p><strong>Limitations of the Above Methods<\/strong><\/p><p>There are a few challenges when using the native tools to split data during the export, such as:<\/p><ul class=\"wp-block-list\">\n<li>When using Microsoft Outlook, there are limited options for filtering. Also, the application may crash when exporting large mailboxes.<\/li>\n\n\n\n<li>With PowerShell commands, you can automate the process and export a number of mailboxes but this is limited to user mailboxes, archives, and shared mailboxes. Running a number of export requests at a time can hinder the performance of the server.<\/li>\n\n\n\n<li>The above methods can only work if the database is mounted and the Exchange Server is running.<\/li>\n<\/ul><h3 class=\"wp-block-heading\">3. Using an EDB to PST Converter Tool<\/h3><p>To overcome the limitations of native tools, you can use <strong><a href=\"https:\/\/www.stellarinfo.com\/edb-to-pst-converter.php\">Stellar Converter for EDB<\/a><\/strong> &ndash; a specialized EDB to PST converter tool. With this tool, you can easily open multiple EDB files of any size and from any version of Exchange Server. After a quick scan of the database, you will be shown the entire structure of the database. You can export user mailboxes, user archives, shared mailboxes, disabled mailboxes, and public folder to PST and other file formats with multiple filter options. You can also export the mailboxes directly to a live Exchange Server database or Microsoft 365 tenant with automatic mailbox matching, parallel exports, and priority exports.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>Above, we have seen the importance of splitting the data in your Exchange Server database. Splitting the data helps protect the integrity of database and performance of the server. We have discussed different methods to export the EDB data to PST. However, there are a number of challenges you can face when using the native tools. Alternatively, you can use Stellar Converter for EDB to overcome such challenges and export the mailboxes to PST with ease while maintaining complete data integrity.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When exporting very large mailboxes to PST, you can face performance issues&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\">Continue reading <span class=\"screen-reader-text\">How to Split Large EDB Files during Export to Avoid Mailbox Size Limits?<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":182805,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[823],"tags":[6323,6324,6325],"class_list":["post-182757","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edb-to-pst-converter","tag-edb-splitting","tag-mailbox-size-limit","tag-split-large-edb","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Split Large EDB Files during Export to Avoid Mailbox Size Limits<\/title>\n<meta name=\"description\" content=\"Learn how to split large EDB files during export to prevent mailbox size issues. Explore manual and automated solutions to ensure safe and efficient exports.\" \/>\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\/split-large-edb-files-during-export\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Split Large EDB Files during Export to Avoid Mailbox Size Limits\" \/>\n<meta property=\"og:description\" content=\"Learn how to split large EDB files during export to prevent mailbox size issues. Explore manual and automated solutions to ensure safe and efficient exports.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-03T08:40:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-04T05:30:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.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\/split-large-edb-files-during-export\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits?\",\"datePublished\":\"2025-06-03T08:40:52+00:00\",\"dateModified\":\"2026-02-04T05:30:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\"},\"wordCount\":873,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg\",\"keywords\":[\"EDB Splitting\",\"Mailbox Size Limit\",\"Split Large EDB\"],\"articleSection\":[\"EDB to PST Converter\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\",\"name\":\"Split Large EDB Files during Export to Avoid Mailbox Size Limits\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg\",\"datePublished\":\"2025-06-03T08:40:52+00:00\",\"dateModified\":\"2026-02-04T05:30:56+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Learn how to split large EDB files during export to prevent mailbox size issues. Explore manual and automated solutions to ensure safe and efficient exports.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits?\"}]},{\"@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":"Split Large EDB Files during Export to Avoid Mailbox Size Limits","description":"Learn how to split large EDB files during export to prevent mailbox size issues. Explore manual and automated solutions to ensure safe and efficient exports.","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\/split-large-edb-files-during-export\/","og_locale":"en_US","og_type":"article","og_title":"Split Large EDB Files during Export to Avoid Mailbox Size Limits","og_description":"Learn how to split large EDB files during export to prevent mailbox size issues. Explore manual and automated solutions to ensure safe and efficient exports.","og_url":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2025-06-03T08:40:52+00:00","article_modified_time":"2026-02-04T05:30:56+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.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\/split-large-edb-files-during-export\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits?","datePublished":"2025-06-03T08:40:52+00:00","dateModified":"2026-02-04T05:30:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/"},"wordCount":873,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg","keywords":["EDB Splitting","Mailbox Size Limit","Split Large EDB"],"articleSection":["EDB to PST Converter"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/","url":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/","name":"Split Large EDB Files during Export to Avoid Mailbox Size Limits","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg","datePublished":"2025-06-03T08:40:52+00:00","dateModified":"2026-02-04T05:30:56+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Learn how to split large EDB files during export to prevent mailbox size issues. Explore manual and automated solutions to ensure safe and efficient exports.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2025\/06\/How-to-Split-Large-EDB-Files-during-Export-to-Avoid-Mailbox-Size-Limits.jpg","width":1000,"height":600,"caption":"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/split-large-edb-files-during-export\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Split Large EDB Files during Export to Avoid Mailbox Size Limits?"}]},{"@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\/182757","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=182757"}],"version-history":[{"count":6,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/182757\/revisions"}],"predecessor-version":[{"id":189915,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/182757\/revisions\/189915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/182805"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=182757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=182757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=182757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}