Possible Causes:
# Source Mailbox Get-Mailbox <source_email> | Get-MailboxFolderStatistics | Select-Object Identity,ItemsInFolderAndSubfolders,FolderAndSubfolderSize | Export-Csv -Path "C:\temp\Source_output.csv" -NoTypeInformation # Target Mailbox Get-Mailbox <target_email> | Get-MailboxFolderStatistics | Select-Object Identity,ItemsInFolderAndSubfolders,FolderAndSubfolderSize | Export-Csv -Path "C:\temp\Target_output.csv" -NoTypeInformation
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center