<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/servertools/public_html/blog/wp-content/themes/schema/schema/options/php-po/php-po.php</b> on line <b>187</b><br />
{"id":706,"date":"2017-04-17T10:51:43","date_gmt":"2017-04-17T10:51:43","guid":{"rendered":"http:\/\/www.stellarservertools.com\/blog\/?p=706"},"modified":"2020-11-25T12:18:37","modified_gmt":"2020-11-25T12:18:37","slug":"new-mailboxexportrequest-cmdlet-failed","status":"publish","type":"post","link":"https:\/\/www.stellarservertools.com\/blog\/new-mailboxexportrequest-cmdlet-failed\/","title":{"rendered":"New-MailboxExportRequest Cmdlet Failed -How to Export Mailboxes to PST"},"content":{"rendered":"\n<p><em><strong>Summary:<\/strong><\/em><em> In this blog, we explain how to export mailboxes to PST when New-MailboxExportRequest cmdlet fails or does not work. In addition, we outline some scenarios where this PowerShell cmdlet fails to export the mailboxes to PST.&nbsp;<\/em><\/p>\n\n\n\n<p>New-MailboxExportRequest is a PowerShell cmdlet to export or archive the primary mailbox to PST files in MS Exchange 2010 SP1 and later versions. However, at times, the New-MailboxExportRequest cmdlet fails to export the mailboxes to PST.\u00a0In such cases, you may attempt to fix the problem by troubleshooting various options or quickly export the mailboxes from Exchange EDB to PST by using an EDB to PST converter software, such as Stellar Converter for EDB.\u00a0<\/p>\n\n\n\n<p>However, to help you, we have discussed various scenarios where the New-MailboxExportRequest cmdlet may fail and how you can use the cmdlet to export mailboxes to PST successfully.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/cloud.stellarinfo.com\/micro\/StellarConverterforEDB.exe\"><img loading=\"lazy\" decoding=\"async\" width=\"213\" height=\"55\" src=\"https:\/\/www.stellarservertools.com\/blog\/wp-content\/uploads\/2019\/07\/free-download-large-1.gif\" alt=\"\" class=\"wp-image-1424\"\/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why New-MailboxExportRequest Fails to Export PST?<\/strong><\/h2>\n\n\n\n<p>There could be several reasons and scenarios where <em>New-MailboxExportRequest<\/em> cmdlet may fail to export mailbox to PST, such as:<\/p>\n\n\n\n<h6 class=\"has-vivid-cyan-blue-color has-text-color wp-block-heading\">Scenario 1: Unsupported Exchange Version<\/h6>\n\n\n\n<p>You can execute New-MailboxExportRequest cmdlet on MS Exchange Server 2010 SP1 or later versions to export mailboxes from the Exchange database to PST. If you are trying to export a mailbox from an earlier version, the command will not execute.<\/p>\n\n\n\n<h6 class=\"has-vivid-cyan-blue-color has-text-color wp-block-heading\">Scenario 2: Missing Required Permissions and Roles<\/h6>\n\n\n\n<p>In this situation, the user may receive the following error after executing the cmdlet,<\/p>\n\n\n\n<p>Couldn&#8217;t find the Enterprise Organization container.<br>+<strong>CategoryInfo : NotSpecified:<\/strong> (0:Int32) [New-MailboxExportRequest], OrgContainerNotFoundException<br><strong>+<strong>FullyQualifiedErrorId<\/strong>:<\/strong>D320F6E8,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest<\/p>\n\n\n\n<p>Thus, you must first assign this role by executing the following PowerShell command,<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>New-ManagementRoleAssignment -Name \u201cname\u201d -SecurityGroup \u201csecurity_group_name\u201d -Role \u201cMailbox Import Export\u201d<\/code><\/pre>\n\n\n\n<h6 class=\"has-vivid-cyan-blue-color has-text-color wp-block-heading\">Scenario 3: Hidden Mailbox<\/h6>\n\n\n\n<p>In this scenario, the most common issue is that the associated source mailbox is hidden from the global address list (GAL). In general, this New-MailboxExportRequest cmdlet does not look into every hidden source mailbox. Plus, there could be a combination of other factors responsible for New-MailboxExportRequest cmdlet failure. For instance,<a href=\"https:\/\/docs.microsoft.com\/en-us\/exchange\/security-and-compliance\/in-place-and-litigation-holds\">in Place Hold and Litigation Hold<\/a><strong>.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>New-MailboxExportRequest &lt;username> -FilePath \\\\servername\\sharename\\username.pst<\/code><\/pre>\n\n\n\n<p><strong>After running the above cmdlet, you may see the following error message:<\/strong><\/p>\n\n\n\n<p>Couldn\u2019t connect to the Source Mailbox.<br>+ <strong>CategoryInfo : NotSpecified<\/strong>: (0:Int32) [New-MailboxExportRequest], RemotePermanentException<br>+<strong>FullyQualifiedErrorId<\/strong>:B1C4188,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest<\/p>\n\n\n\n<p>The basic solution to fix this is to connect to the source mailbox. You simply have to unhide the mailbox and export again.<\/p>\n\n\n\n<h6 class=\"has-vivid-cyan-blue-color has-text-color wp-block-heading\"><strong>Scenario 4: Corrupted Items in the Mailbox<\/strong><\/h6>\n\n\n\n<p>The New-MailboxExportRequest cmdlet fails due to bad or corrupt items in the mailbox. As a result, the following message is displayed,<\/p>\n\n\n\n<p>[PS] C:\\&gt;Get-MailboxExportRequest | FL<br>RunspaceId: 024fbbda-19f7-47d7-960f-a511c52c7c76<br>FilePath: \\\\server\\share\\user.pst<br>SourceDatabase: CORP-DB1<br>Mailbox: company.com\/Users\/User<br>Name: MailboxExport<br>RequestGuid: a70af14e-d6eb-4631-985a-8bdb159b77f6<br>RequestQueue: CORP-DB1<br>Flags: IntraOrg, Push, Suspend<br>BatchName:<br><strong>Status: Failed<\/strong><br>Protect: False<br>Suspend: True<br>Direction: Push<br>RequestStyle: IntraOrg<br>OrganizationId:<br>Identity: company.com\/Users\/user\\MailboxExport<br>IsValid: True<br>ObjectStat: New<br>Log Name: Application<br>Source: MSExchange Mailbox Replication<br>Date: 1\/31\/2016 5:25:35 AM<br>Event ID: 1100<br>Task Category: Request<br>Level: Error<br>Keywords: Classic<br>User: N\/A<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Description:<\/h4>\n\n\n\n<p>Request \u2018RequestGuid (a70af14e-d6eb-4631-985a-8bdb159b77f6), RequestQueue: (fc69518e-824e-4edd-a91a-62a3b61f582e)\u2019 (a70af14e-d6eb-4631-985a-8bdb159b77f6) failed.<\/p>\n\n\n\n<p><strong>Error code: -2146233088<\/strong><br>This mailbox exceeded the maximum number of corrupted items that were specified for this move request<br>Context:<br>\u2014\u2014\u2013<br>Folder:   \u2018\/Recoverable Items\u2019, entryId [len=46, data=000000006E82A1713AC59842B25E5F99B17A025C0100E860929A75F299468B47B5CDC03D99F5000000149F0A0000], parentId [len=46, data=000000006E82A1713AC59842B25E5F99B17A025C0100E860929A75F299468B47B5CDC03D99F5000000149EDD0000]<br><br>The solution is to specify the number of bad items that you want to skip in the export process. You can do this by using the \u2018<strong>Set-MoveRequest<\/strong>\u2019 cmdlet. The steps are as follows,<\/p>\n\n\n\n<ul><li>Open&nbsp;Exchange Management Shell.<\/li><li>Type&nbsp;the following command and select the number of&nbsp;bad items&nbsp;that you wish to ignore.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Set-MoveRequest -BadItemLimit 50 -AcceptLargeDataLoss -Identity \u201cUserName\u201d \u2013AcceptLargeDataLoss<\/code><\/pre>\n\n\n\n<ul><li>Click and open <em>Exchange Management Shell<\/em><\/li><li>Now, exclude all the existing mailbox export requests. To know the export requests, use the following command (Get-MailboxExportRequest | FL),<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-MailboxExportRequest -Mailbox \u201ccompany.com\/Users\/XYZ\u201d | Remove-MailboxExportRequest<\/code><\/pre>\n\n\n\n<ul><li>Next, create an export request for a new mailbox. Do mention the acceptable bad item limits,<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>New-MailboxExportRequest -BadItemLimit 50 -AcceptLargeDataLoss -Identity \u201cUserName\u201d \u2013AcceptLargeDataLoss<\/code><\/pre>\n\n\n\n<p><strong>If the solutions didn\u2019t work, you can use <\/strong><em>Stellar Converter for EDB<\/em> software. Coming from the noteworthy leader, Stellar Converter for EDB is a reliable tool to export the MS Exchange mailbox database (EDB) files to PST in a few clicks. Acclaimed as a top-performer, this easy and economical tool is tried, tested, and approved by renowned MVPs and Exchange experts.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/cloud.stellarinfo.com\/micro\/StellarConverterforEDB.exe \"><img loading=\"lazy\" decoding=\"async\" width=\"240\" height=\"61\" src=\"https:\/\/www.stellarservertools.com\/blog\/wp-content\/uploads\/2020\/07\/image.png\" alt=\"\" class=\"wp-image-1660\"\/><\/a><\/figure><\/div>\n\n\n\n<p><strong>About Stellar Converter for EDB<\/strong> Stellar Converter for EDB is a simple, efficient, easy, powerful, and reliable solution to combat problems related to MS Exchange import, export, backup, and migration. This advanced EDB to PST converter software is a perfect solution to convert MS Exchange mailbox database files into PST files. By using this do-it-yourself software, you can easily extract mailboxes from both Online and Offline Exchange databases to the PST file.<\/p>\n\n\n\n<p>Additionally, you can also export and save the mailboxes to Office 365 or other formats, such as HTML, RTF, and PDF. You can use the software to export mailbox to PST in MS Exchange Server 2019, 2016, 2013, 2010, 2007, 2003, 2000, and 5.5.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Export Mailboxes to PST by Using Stellar Converter for EDB<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"flex-video\"><iframe loading=\"lazy\" title=\"How to Convert EDB to PST File with Stellar Converter for EDB\" width=\"1060\" height=\"596\" src=\"https:\/\/www.youtube.com\/embed\/jFfgm1YQds4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div>\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>The Way Forward<\/strong><\/h4>\n\n\n\n<p>There are several reasons and scenarios where New-MailboxExportRequest cmdlet may fail. However, you may try to find the problem behind the <em>New-MailboxExportRequest<\/em> cmdlet failure in MS Exchange and fix it by following the solutions discussed in this post.<\/p>\n\n\n\n<p>But if these solutions don\u2019t work, you can leverage a third-party software,&nbsp;<strong>Stellar Converter for EDB<\/strong>, to bypass the error and export all mailboxes from the Exchange server to PST files in a few clicks. To get started, and start exporting mailboxes to PST from both online and offline Exchange database files.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n","protected":false},"excerpt":{"rendered":"<p>Summary: In this blog, we explain how to export mailboxes to PST when New-MailboxExportRequest cmdlet fails or does not work. In addition, we outline some scenarios where this PowerShell cmdlet fails to export the mailboxes to PST.&nbsp; New-MailboxExportRequest is a PowerShell cmdlet to export or archive the primary mailbox to PST files in MS Exchange 2010 SP1 and later versions. However, at times, the New-MailboxExportRequest cmdlet fails to export the mailboxes to PST.\u00a0In such cases, you may attempt to fix the problem by troubleshooting various options or quickly export the mailboxes from Exchange EDB to PST by using an EDB <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,72],"tags":[83],"amp_validity":null,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts\/706"}],"collection":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/comments?post=706"}],"version-history":[{"count":10,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts\/706\/revisions"}],"predecessor-version":[{"id":1825,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/posts\/706\/revisions\/1825"}],"wp:attachment":[{"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/media?parent=706"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/categories?post=706"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarservertools.com\/blog\/wp-json\/wp\/v2\/tags?post=706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}