Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Trying to Export User Emails From Journaling Mailbox

$
0
0

We have a customer who is looking to export all email associated with a user, the user has multiple email addresses, but all with the syntax 'user@xxx.xxx'.I am trying to run the following export command with no success.

New-MailboxExportRequest –Mailbox jmmfexch2 –ContentFilter {(participants –eq ‘*bingalls*’)} –FilePath “\\mfexch2\archives\whatever.pst”

It finishes quickly and generates a 256K empty .pst file

Any help appreciated,

Thanks,

Bob


Viewing all articles
Browse latest Browse all 6937

Trending Articles