Is it possible through a powershell command to migrate mailboxes with the option of ignoring particular message classes, or even better, is there an option to ignore specific ones (ie. Inbox IPM.Note)
Cheers.
Is it possible through a powershell command to migrate mailboxes with the option of ignoring particular message classes, or even better, is there an option to ignore specific ones (ie. Inbox IPM.Note)
Cheers.
No, only export requests can be content filtered
Like this:
http://technet.microsoft.com/en-us/library/ff607299.aspx
Use the -ContentFilter parameter to specify for instance ($_.MessageClass -ne "IPM.Note") to ignore these messages