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.

link|improve this question
feedback

1 Answer

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

link|improve this answer
Thanks for the reply. If I where to export it what the commandlet for content filtering? ie Post or Notes. Thanks – Carlos Dec 30 '11 at 17:28
1  
@Carlos: just updated the post with some info (only available in Exchange 2010) – Mathias R. Jessen Dec 30 '11 at 17:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.