Exporting mails from Journal Mailbox

Hi, I am looking to export mails from journal mailbox on 2 parameters 
1) Mails sent from a certain email address

2) mails received to a certain address

but unluckily i am unable to do so when i run the search-mailbox command on the journal mailbox with search criteria of user email address it shows me the count, but when i try to run the export-mailbox command with the -contentfilter option adding the email address it does not give me the output in the pst file, the pst file is empty and nothing in it.

Can someone help me in this to get solve this

February 17th, 2015 5:00am

Hi Deepak,

You could easily search and export the journal mailbox using the tool Lepide exchange recovery manager.

http://www.lepide.com/exchange-manager/

Regards,
Krishna
http://smtpport25.wordpress.com

Free Windows Admin Tool Kit Click here and download it now
February 17th, 2015 11:26am

Hi, I am looking to export mails from journal mailbox on 2 parameters 
1) Mails sent from a certain email address

2) mails received to a certain address

but unluckily i am unable to do so when i run the search-mailbox command on the journal mailbox with search criteria of user email address it shows me the count, but when i try to run the export-mailbox command with the -contentfilter option adding the email address it does not give me the output in the pst file, the pst file is empty and nothing in it.

Can someone help me in this to get solve this

February 17th, 2015 11:30pm

Was able to successfully solve the export problem by below command by adding the contentfilter parameter all -like this gave me all mails sent to this user and received to this user perfectly.

New-MailboxExportRequest -Mailbox "journalmailbox" -ContentFilter {all -like 'user@domain.com'} -FilePath "\\server\mailbox.pst"

Free Windows Admin Tool Kit Click here and download it now
February 17th, 2015 11:31pm

Hi Deepak,

Thanks for your response. What's more, you can use the following cmdlet to export mails sent from someone in journal mailbox.

New-MailboxExportRequest -Mailbox "journalmailbox" -ContentFilter {(Sender -eq "someone@domain.com")} -FilePath "\\server\mailbox.pst"

Hope this can be helpful to you.

Best regards,

February 18th, 2015 1:54am

Hi Amy

i had tried that command initially but as this is journal mailbox the contentfilter {sender -eq 'email address'} does not get captured as the journal mailbox has the "Microsoft outlook  on behalf of user" in the header. hence i had to user All "-like parameter"

Free Windows Admin Tool Kit Click here and download it now
February 18th, 2015 3:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics