Import .pst Exchange 2007
Hello,
I have 5gb .pst and want to import it to the mailbox in exchange 2007 sp1 the problem is I have several corrupted message and I would like to skip those message and I also know we have a syntax called badlimit which is used with
Import-Mailbox command.
I want to skip 500 item what would be the syntax.
Import-Mailbox -Identity jdoe@example.com -PSTFolderPath C:\PSTFiles\jdoe.pst
Here is the log
[21/04/12 01:56:19 PM] [0] [Jdoe] 2415 items could not be moved to the target mailbox.
[21/04/12 01:56:21 PM] [0] [ERROR] Error was found for John Doe (jdoe@contoso.com) because: Error occurred in the step: Moving messages. This mailbox exceeded the maximum number of corrupted items specified for this move mailbox operation., error code: -1056749110
April 21st, 2012 8:11am
You would add this:
-BadItemLimit 500
http://technet.microsoft.com/en-us/library/bb629586(v=EXCHG.80).aspxPlease mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.
Free Windows Admin Tool Kit Click here and download it now
April 21st, 2012 2:07pm
On Sat, 21 Apr 2012 18:07:40 +0000, Le Pivert wrote:
>
>
>You would add this:
>
>-BadItemLimit 500
Which "help import-mailbox -det" whould have discovered! :-)
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
April 21st, 2012 4:06pm
What is the default BadItemLimit if nothing is used beside.
Free Windows Admin Tool Kit Click here and download it now
April 22nd, 2012 5:27am
Zero in Exchange 2010. Probably the same in 2007, although I'm not 100% sure.
http://social.technet.microsoft.com/Forums/en-NZ/exchange2010/thread/78d9f665-bdd7-4c8f-90bb-99d339a4f3cfPlease mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.
April 22nd, 2012 12:12pm
Hi Sabresquad,
As I know, both Exchange 2010 and 2007, the default badItemLimit is "0".
Also you can refer to :
http://social.technet.microsoft.com/Forums/ar/exchangesvradmin/thread/d82473eb-0a2b-4d47-a373-4e96dee67dbd
Hope it helps.Rowen
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
April 23rd, 2012 1:48am