I'm experimenting with Exchange 2013. After importing my mailbox using
New-MailboxImportRequest -FilePath \\path\import.pst -Mailbox test
I get the message, that importging completed with errors. With
Get-MailboxImportRequest | Get-MailboxImportRequestStatistics -IncludeReport | fl >report.txt
I can see, that TooManyLargeItemsPermanentException is thrown. I have 4 mails, which are too big.
I saw that I can controll how many large items can be skipped by using
-LargeItemLimit -AcceptLargeDataLoss
But does anybody know what I have to do to import everything? I want to have those large eMails in my mailbox.