{"id":128708,"date":"2023-03-27T05:49:08","date_gmt":"2023-03-27T05:49:08","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=128708"},"modified":"2025-12-01T12:00:28","modified_gmt":"2025-12-01T12:00:28","slug":"error-when-you-run-the-add-recipientpermission-cmdlet-while-migrating-mailboxes-to-microsoft-365","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/","title":{"rendered":"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>In Exchange Server, you use PowerShell through the Exchange Management Shell (EMS) for a lot of reasons, like speed, accessibility, and automation. When trying to run the <strong>Add-RecipientPermission<\/strong>, <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/use-new-moverequest-cmdlet.php\" target=\"_blank\" rel=\"noreferrer noopener\">New-MoveRequest<\/a><\/strong>, or any other cmdlet while <strong><a href=\"https:\/\/www.stellarinfo.com\/article\/migrate-exchange-to-office365.php\" target=\"_blank\" rel=\"noreferrer noopener\">migrating mailboxes to Microsoft 365<\/a><\/strong>, you may get an error saying, &ldquo;<em><strong>You can&rsquo;t use the domain because it&rsquo;s not an accepted domain for your organization<\/strong><\/em>&rdquo;.<\/p><p>Depending on the command being executed in the Exchange Management Shell (EMS), you may get the error similar to the below.<\/p><p><code>You can&rsquo;t use the domain because it&rsquo;s not an accepted domain for your organization.<br>+ CategoryInfo : NotSpecified: (:) [New-MoveRequest], NotAcceptedDomainException<br>[FailureCategory=Cmdlet-NotAcceptedDomainException]<\/code><\/p><p><strong>The error can occur in different situations. The usual culprits for the error are as follows:<\/strong><\/p><ul class=\"wp-block-list\">\n<li>Human error or typo<\/li>\n\n\n\n<li>Adding a recipient permission<\/li>\n\n\n\n<li>Creating a new move request<\/li>\n\n\n\n<li>Creating a new migration batch<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"possible-solutions-to-fix-the-error\"><strong>Possible Solutions to Fix the Error<\/strong><\/h2><p>It&rsquo;s easy to enter the wrong domain in a command and to do a typo. So, first check the syntax and also check that the domain name doesn&rsquo;t have an extra character or mistake.<\/p><p>The issue usually occurs when the proxy address entered for the recipient is not configured as an accepted domain in your setup. You can use the <code>Get-AcceptedDomain<\/code> command to verify that the domain is really in use. You can also confirm that the Domain Name is correct.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"807\" height=\"130\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-AcceptedDomain.png\" alt=\"Get-AcceptedDomain \" class=\"wp-image-128709 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-AcceptedDomain.png 807w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-AcceptedDomain-300x48.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-AcceptedDomain-768x124.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-AcceptedDomain-150x24.png 150w\" sizes=\"auto, (max-width: 807px) 100vw, 807px\" \/><\/figure>\n<\/div><p>During a mailbox move, it might happen that one of the recipients has a domain which was not removed completely. This would leave unwanted configurations in the SMTP of the user you are transferring. This could also occur when you are setting up a recipient permission and creating a new mailbox move.<\/p><p>After executing the <code>Get-AcceptedDomain<\/code> cmdlet, you need to run the following command to get more information on the mailbox. You can easily compare if the domains are really matching.<\/p><pre class=\"wp-block-code command_container\"><code><code>Get-mailbox &lt;mailbox&gt; | select -ExpandProperty Emailaddresses<\/code><\/code><\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"551\" height=\"182\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-mailbox.png\" alt=\"Get-mailbox\" class=\"wp-image-128710 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-mailbox.png 551w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-mailbox-300x99.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Get-mailbox-150x50.png 150w\" sizes=\"auto, (max-width: 551px) 100vw, 551px\" \/><\/figure>\n<\/div><p>If the user has an SMTP entry which doesn&rsquo;t match the accepted domain, you can easily fix it by removing the culprit&rsquo;s email address. Then, retry the command.<\/p><p>If you don&rsquo;t know the affected mailbox, you can run the below command:<\/p><pre class=\"wp-block-code command_container\"><code><code>Get-Mailbox | Select DisplayName, EmailAddresses<\/code><\/code><\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"867\" height=\"249\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/affected-mailbox-cmd.png\" alt=\"affected mailbox cmd\" class=\"wp-image-128711 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/affected-mailbox-cmd.png 867w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/affected-mailbox-cmd-300x86.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/affected-mailbox-cmd-768x221.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/affected-mailbox-cmd-150x43.png 150w\" sizes=\"auto, (max-width: 867px) 100vw, 867px\" \/><\/figure>\n<\/div><p>In addition, there could be other issues which could stop you from setting up the email address or affecting the move request, or creating the migration batch. Such issues include configuration problems or corruption in the installation of your Exchange Server.<\/p><p>In such a case, first check if the problem is with the source mailbox database. It&rsquo;s suggested to create a new mailbox database and move the mailbox to the new mailbox database. But then again, if you can&rsquo;t even create a new move request, you would not be able to transfer the mailboxes to another mailbox database. If you have another Exchange Server and try to transfer the mailboxes, you would encounter the same issues.<\/p><p>For this reason, you can take the help of a specialized <a href=\"https:\/\/www.stellarinfo.com\/exchange-migration.php\">Exchange Migration tool<\/a> such as <strong>Stellar Migrator for Exchange<\/strong>. With this tool, you can seamlessly migrate mailboxes from one Exchange Server to another or directly to Microsoft 365 without requiring any complex manual configurations. It supports migration of user mailboxes, shared mailboxes, archives, disabled mailboxes, and even public folders with complete data integrity. You can also perform granular migrations, allowing you to move only the selected items or folders you need. In addition, the tool enables secure and direct migration between on-premises Exchange environments, cross-forest setups, hybrid environments, and Microsoft 365 tenants.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>Above, we have discussed various methods to resolve the error &ldquo;You can&rsquo;t use the domain because it&rsquo;s not an accepted domain for your organization.&rdquo; If these methods don&rsquo;t work, you may need to move your data to a new mailbox database or a new Exchange Server. To simplify this process, you can use Stellar Migrator for Exchange, which ensures a smooth and reliable migration with no data loss, minimal downtime, and efficient use of system resources.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Exchange Server, you use PowerShell through the Exchange Management Shell (EMS)&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\">Continue reading <span class=\"screen-reader-text\">Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365<\/span><\/a><\/p>\n","protected":false},"author":17,"featured_media":129305,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2960],"tags":[4833,4834,4837],"class_list":["post-128708","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-migrate-to-office-365","tag-add-recipientpermission","tag-add-recipientpermission-error","tag-migrating-mailboxes-to-microsoft-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>Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365 | Stellar<\/title>\n<meta name=\"description\" content=\"This article describes an error message when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365.\" \/>\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-when-you-run-the-add-recipientpermission-cmdlet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365 | Stellar\" \/>\n<meta property=\"og:description\" content=\"This article describes an error message when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-27T05:49:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-01T12:00:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.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-when-you-run-the-add-recipientpermission-cmdlet\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\"},\"author\":{\"name\":\"Shelly Bhardwaj\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"headline\":\"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365\",\"datePublished\":\"2023-03-27T05:49:08+00:00\",\"dateModified\":\"2025-12-01T12:00:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\"},\"wordCount\":638,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg\",\"keywords\":[\"Add-RecipientPermission\",\"Add-RecipientPermission error\",\"Migrating Mailboxes to Microsoft 365\"],\"articleSection\":[\"Migrate to Office 365\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\",\"name\":\"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365 | Stellar\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg\",\"datePublished\":\"2023-03-27T05:49:08+00:00\",\"dateModified\":\"2025-12-01T12:00:28+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"description\":\"This article describes an error message when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg\",\"width\":1000,\"height\":600,\"caption\":\"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365\"}]},{\"@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 when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365 | Stellar","description":"This article describes an error message when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365.","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-when-you-run-the-add-recipientpermission-cmdlet\/","og_locale":"en_US","og_type":"article","og_title":"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365 | Stellar","og_description":"This article describes an error message when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365.","og_url":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2023-03-27T05:49:08+00:00","article_modified_time":"2025-12-01T12:00:28+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.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-when-you-run-the-add-recipientpermission-cmdlet\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/"},"author":{"name":"Shelly Bhardwaj","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"headline":"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365","datePublished":"2023-03-27T05:49:08+00:00","dateModified":"2025-12-01T12:00:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/"},"wordCount":638,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg","keywords":["Add-RecipientPermission","Add-RecipientPermission error","Migrating Mailboxes to Microsoft 365"],"articleSection":["Migrate to Office 365"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/","url":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/","name":"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365 | Stellar","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg","datePublished":"2023-03-27T05:49:08+00:00","dateModified":"2025-12-01T12:00:28+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"description":"This article describes an error message when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/03\/Error-when-you-run-the-Add-RecipientPermission-Cmdlet-while-Migrating-Mailboxes-to-Microsoft-365.jpg","width":1000,"height":600,"caption":"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/error-when-you-run-the-add-recipientpermission-cmdlet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Error when you run the Add-RecipientPermission Cmdlet while Migrating Mailboxes to Microsoft 365"}]},{"@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\/128708","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=128708"}],"version-history":[{"count":11,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/128708\/revisions"}],"predecessor-version":[{"id":187840,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/128708\/revisions\/187840"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/129305"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=128708"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=128708"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=128708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}