I have seen lots of other posts where people run a New-MailboxExportRequest using the ContentFilter switch and get an empty PST but I can't figure out a solution to the query I am trying to run:
New-MailboxExportRequest -Mailbox DOMAIN\Username -ContentFilter {(Sender -eq 'user@hotmail.com') -or (Participants -eq 'user@hotmail.com')} -FilePath "\\SERVER\UNC path\test.pst"
The request completes but no content in the PST just folders. I am trying to export all emails to/from the external SMTP address user@hotmail.com.
Any ideas please?