Rexxer

Some tips for me and other

Exchange + export e-mail for specific time interval

Example:

New-MailboxExportRequest -ContentFilter {(Received -lt ’08/07/2014′) -and (Received -gt ’08/05/2014′)} -Mailbox “ivan.ivanov” -Name david.jones -FilePath \\exchange1\ExportedPST\ivan.ivanov.pst

Comments are currently closed.