{"id":167265,"date":"2024-05-17T03:35:20","date_gmt":"2024-05-17T03:35:20","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=167265"},"modified":"2025-11-27T06:01:00","modified_gmt":"2025-11-27T06:01:00","slug":"fix-no-active-public-folder-mailboxes-were-found-error-in-exchange","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/","title":{"rendered":"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>After creating the migration batch to migrate public folders from on-premises Exchange Server to Exchange Online (Microsoft 365), you run the <strong>Complete-MigrationBatch<\/strong> command to complete the migration. However, you notice that the migration batch has failed. When you run the <strong>Get-MigrationBatch<\/strong> command, it shows the migration status as <strong>Failed<\/strong>.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MigrationBatch<\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"255\" height=\"72\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-MigrationBatch.png\" alt=\"Get-MigrationBatch\" class=\"wp-image-167266 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-MigrationBatch.png 255w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-MigrationBatch-150x42.png 150w\" sizes=\"auto, (max-width: 255px) 100vw, 255px\" \/><\/figure><p>So, to get more information on the status message of the migration batch, you run the <strong>Get-MigrationBatch<\/strong> command with the <strong>FL<\/strong> option.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MigrationBatch &lt;batch name&gt; | FL status.message<\/code><\/pre><p>This command shows the status as failed with a message similar to the below.<\/p><pre class=\"wp-block-code command_container\"><code>Status: FailedMessage: No active public folder mailboxes were found. This happens when no public folder mailboxes are provisioned, or they are provisioned in 'HoldforMigration' mode.<\/code><\/pre><p>The error message indicates that the public folder is on hold for migration. This means that there might be an option of the public folder in question or the public folders, which is hindering the migration.<\/p><h2 class=\"wp-block-heading\" id=\"solutions-to-resolve-the-&ldquo;no-active-public-folder-mailboxes-were-found&rdquo;-error\"><strong>Solutions to Resolve the &ldquo;No Active Public Folder Mailboxes were Found&rdquo; Error<\/strong><\/h2><p>Here are some possible solutions to fix the &ldquo;No active public folder mailboxes were found&rdquo; error in Exchange.<\/p><h3 class=\"wp-block-heading\"><strong>1. Check if Hold is Setup<\/strong><\/h3><p>You can check if the hold is setup. For this, run the <strong>Get-OrganizationConfig<\/strong> command in the Exchange Management Shell (EMS) as given below.<\/p><pre class=\"wp-block-code command_container\"><code>Get-OrganizationConfig | Select-Object PublicFoldersLockedForMigration, PublicFolderMigrationComplete<\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"138\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-OrganizationConfig.png\" alt=\"Get-OrganizationConfig | Select-Object PublicFoldersLockedForMigration, PublicFolderMigrationComplete\" class=\"wp-image-167268 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-OrganizationConfig.png 987w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-OrganizationConfig-300x42.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-OrganizationConfig-768x107.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Get-OrganizationConfig-150x21.png 150w\" sizes=\"auto, (max-width: 987px) 100vw, 987px\" \/><\/figure><p>If the result is true, then it means there is a previous failed migration of public folder. So, you need to set the above option to false. For this, use the <strong>Set-OrganizationConfig<\/strong> command as given below:<\/p><pre class=\"wp-block-code command_container\"><code>Set-OrganizationConfig -PublicFoldersLockedForMigration:$false -PublicFolderMigrationComplete:$false<\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"113\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/a.png\" alt=\"Set-OrganizationConfig -PublicFoldersLockedForMigration:$false -PublicFolderMigrationComplete:$false\" class=\"wp-image-167270 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/a.png 987w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/a-300x34.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/a-768x88.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/a-150x17.png 150w\" sizes=\"auto, (max-width: 987px) 100vw, 987px\" \/><\/figure><p>After the command is complete, you can re-run the migration batch and then use the <strong>Complete-MigrationBatch <\/strong>command to see if the issue is resolved.<\/p><h3 class=\"wp-block-heading\"><strong>2. Move the AD Account<\/strong><\/h3><p>If you have a setup with multiple Active Directory domains and you&rsquo;re migrating public folder mailboxes, then both the public folder and the user must reside in the same Active Directory Forest. You may encounter the error if the public folder mailbox and the associated user account with the public folder mailbox are not in the same Active Directory. For example, the public folder mailbox is in the primary Active Directory Forest and the associated user account is in one of the child domains.<\/p><p>To resolve the issue, you can move the Active Directory account associated with the public folder mailbox to the same Active Directory domain. To do so, you can use the Active Directory Migration Tool (ADMT). Here&rsquo;s how:<\/p><ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=56570\" rel=\"nofollow\">Download the Active Directory Migration Tool (ADMT)<\/a><\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"306\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Download-1024x306.png\" alt=\"Active Directory Migration Tool\" class=\"wp-image-167271 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Download-1024x306.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Download-300x90.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Download-768x229.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Download-150x45.png 150w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Download.png 1182w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Once downloaded, open the setup file &ndash; <strong>admtsetup32.exe<\/strong>.<\/li>\n\n\n\n<li>On the main screen, click <strong>Next<\/strong>.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"503\" height=\"286\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Active-Directory-Migration-Tool.png\" alt=\"Welcome Window of Active Directory Migration Tool\" class=\"wp-image-167273 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Active-Directory-Migration-Tool.png 503w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Active-Directory-Migration-Tool-300x171.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Active-Directory-Migration-Tool-150x85.png 150w\" sizes=\"auto, (max-width: 503px) 100vw, 503px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click on I agree on the License Agreement and click <strong>Next<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Next<\/strong>. After the installation is complete, open the tool and migrate the Active Directory user from the child forest to the root forest or the child forest where the public folder mailbox resides.<\/li>\n<\/ul><p>Once this is done, re-run the <strong>Complete-MigrationBatch<\/strong> command to see if the issue is resolved.<\/p><p>Alternatively, you can use the <strong>Move-ADObject<\/strong> PowerShell command to move the active directory from one domain to another (see the example below).<\/p><pre class=\"wp-block-code command_container\"><code>Move-ADObject -Identity \"&lt;user distinguished name&gt;\" -TargetPath \"&lt;ou distinguished name&gt;\" -TargetServer \"&lt;Target-Domain-RID-master&gt;\" -Server \"&lt;Local-Domain-RID-master&gt;\"<\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"97\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Move-ADObject.png\" alt=\"Move ADObject\" class=\"wp-image-167272 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Move-ADObject.png 864w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Move-ADObject-300x34.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Move-ADObject-768x86.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/Move-ADObject-150x17.png 150w\" sizes=\"auto, (max-width: 864px) 100vw, 864px\" \/><\/figure><h2 class=\"wp-block-heading\" id=\"an-alternative-solution-to-migrate-public-folders\"><strong>An Alternative Solution to Migrate Public Folders<\/strong><\/h2><p>It is common to encounter issues and errors during Exchange migration. To avoid such challenges and streamline the migration process, you can use a specialized tool like <strong>Stellar Migrator for Exchange<\/strong>. This tool facilitates the smooth migration of user mailboxes, archive mailboxes, and public folders between on-premises Exchange and Office 365 or cross-tenant environments. It supports live migrations with features such as automatic mailbox mapping, concurrent mailbox transfers, and real-time progress tracking. You can also perform delta (incremental) migrations to ensure no data is missed and minimize downtime.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>When migrating public folders or mailboxes from on-premises Exchange Server to Microsoft 365, issues like &ldquo;No active public folder mailboxes were found&rdquo; can arise. Using <a href=\"https:\/\/www.stellarinfo.com\/exchange-migration.php\">Exchange data migration tool<\/a> like <strong>Stellar Migrator for Exchange<\/strong> helps you bypass such errors by automating and simplifying the migration process. The tool offers a reliable and user-friendly solution for transferring Exchange data with complete integrity and minimal administrative effort.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>After creating the migration batch to migrate public folders from on-premises Exchange&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\">Continue reading <span class=\"screen-reader-text\">How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?<\/span><\/a><\/p>\n","protected":false},"author":17,"featured_media":167703,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2960],"tags":[],"class_list":["post-167265","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-migrate-to-office-365","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 Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?<\/title>\n<meta name=\"description\" content=\"Resolve the Exchange error &#039;No Active Public Folder Mailboxes found&#039; quickly with our easy-to-follow guide. Get your mail flow back on track.\" \/>\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\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?\" \/>\n<meta property=\"og:description\" content=\"Resolve the Exchange error &#039;No Active Public Folder Mailboxes found&#039; quickly with our easy-to-follow guide. Get your mail flow back on track.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-17T03:35:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-27T06:01:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\"},\"author\":{\"name\":\"Shelly Bhardwaj\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"headline\":\"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?\",\"datePublished\":\"2024-05-17T03:35:20+00:00\",\"dateModified\":\"2025-11-27T06:01:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\"},\"wordCount\":658,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg\",\"articleSection\":[\"Migrate to Office 365\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\",\"name\":\"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg\",\"datePublished\":\"2024-05-17T03:35:20+00:00\",\"dateModified\":\"2025-11-27T06:01:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"description\":\"Resolve the Exchange error 'No Active Public Folder Mailboxes found' quickly with our easy-to-follow guide. Get your mail flow back on track.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg\",\"width\":1000,\"height\":600,\"caption\":\"How to Fix No Active Public Folder Mailboxes were Found Error in Exchange\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?\"}]},{\"@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":"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?","description":"Resolve the Exchange error 'No Active Public Folder Mailboxes found' quickly with our easy-to-follow guide. Get your mail flow back on track.","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\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?","og_description":"Resolve the Exchange error 'No Active Public Folder Mailboxes found' quickly with our easy-to-follow guide. Get your mail flow back on track.","og_url":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2024-05-17T03:35:20+00:00","article_modified_time":"2025-11-27T06:01:00+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg","type":"image\/jpeg"}],"author":"Shelly Bhardwaj","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shelly Bhardwaj","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/"},"author":{"name":"Shelly Bhardwaj","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"headline":"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?","datePublished":"2024-05-17T03:35:20+00:00","dateModified":"2025-11-27T06:01:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/"},"wordCount":658,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg","articleSection":["Migrate to Office 365"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/","url":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/","name":"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg","datePublished":"2024-05-17T03:35:20+00:00","dateModified":"2025-11-27T06:01:00+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"description":"Resolve the Exchange error 'No Active Public Folder Mailboxes found' quickly with our easy-to-follow guide. Get your mail flow back on track.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2024\/05\/How-to-Fix-No-Active-Public-Folder-Mailboxes-were-Found-Error-in-Exchange.jpg","width":1000,"height":600,"caption":"How to Fix No Active Public Folder Mailboxes were Found Error in Exchange"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-no-active-public-folder-mailboxes-were-found-error-in-exchange\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix \u201cNo Active Public Folder Mailboxes were Found\u201d Error in Exchange?"}]},{"@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\/167265","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=167265"}],"version-history":[{"count":6,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/167265\/revisions"}],"predecessor-version":[{"id":187744,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/167265\/revisions\/187744"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/167703"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=167265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=167265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=167265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}