0

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.

Carlos
  • 101
  • 3

1 Answers1

1

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

Mathias R. Jessen
  • 25,161
  • 4
  • 63
  • 95