Here is the scenario.....
I am in company A, and I have a business unit that is a separate company for legal reasons lets call them Company B. they have their own Exchange 2003 organization. these users also have exchange mailboxes in my Exchange 2013 org, Company A. they also receive email in Company A, and we have set up a forwarding rule on the mailboxes that forward the email to the user, but also keeps a copy of the email in the company A mailbox now, we have decided to completely move these users from Company B into company A, and sever all ties to Company B. We know that there will be duplicates because of the way that we are forwarding, but Exchange by default will not import the duplicates. here is what we are doing
- -exmerge mail from company B mailbox to PST
- -add X.500 to migrating user
- -import pst into user's mailbox
Using this process, I have to report on statistics including items that transferred, and items that did not transfer and the reason. this is where the challenge has been.
I am unable to determine exactly what, and why items were transferred, or not transferred. for example... here is a piece of the Get-MailboximportRequestStatistics report.
EstimatedTransferItemCount : 1409
BytesTransferred : 24 KB (24,579 bytes)
BytesTransferredPerMinute :
ItemsTransferred : 0
as you see.... the estimated transfer item count is definitely different than the transferred items. I assumed that this was because of duplicates, but I cannot prove my theory. I looked in the detaied logging, and see where items are skipped, but that number does not equal the delta between the estimated transfer item count and items transferred.
I have looked high and low, and cannot figure this out.... any help would be appreciated.
-John