Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
After you create a mailbox import request, the request could possibly fail (for example, if the bad item limit is exceeded). If the request fails, you can edit the properties of the mailbox import request to increase the bad item limit. After the mailbox import request is initiated, you can edit the settings until it reaches a status of Completed.
Note
You can't use the Exchange Management Console (EMC) to change the properties of an import request. You must use the Shell.
Looking for other management tasks related to mailbox import or export requests? Check out Managing Mailbox Import and Export Requests.
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Import Export" entry in the Mailbox Permissions topic.
This example changes the mailbox import request Kweku\Import to accept up to five corrupted mailbox items.
Set-MailboxImportRequest -Identity "Kweku\Import" -BadItemLimit 5
For detailed syntax and parameter information, see Set-MailboxImportRequest.
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Import Export" entry in the Mailbox Permissions topic.
This example finds all mailbox import requests that have a status of Suspended, and then gives the requests a batch name of April14.
Get-MailboxImportRequest -Status Suspended | Set-MailboxImportRequest -BatchName April14
For detailed syntax and parameter information, see Get-MailboxImportRequest and Set-MailboxImportRequest.
© 2010 Microsoft Corporation. All rights reserved.
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in