New-MailboxExportRequest
I'm trying to export a mailbox upto a date, i'm running:
PS> New-MailboxExportRequest -Mailbox USER-ContentFilter {(Received -lt "15/04/2012")} -FilePath
\\SHARE\pst.pst
But the request comes back failed, if I run the request without the filter it works ?!?
I need to large export now and then a delta after.
Hope this makes sense
Michael
April 16th, 2012 2:03pm
Try this.
New-MailboxExportRequest -Mailbox USER -ContentFilter {Received -lt '04/15/2012'} -FilePath \\SHARE\pst.pst
Free Windows Admin Tool Kit Click here and download it now
April 16th, 2012 3:03pm
Hi Michael
Did you try Russ's Command?
Cheers
Zi Feng
TechNet Community Support
April 17th, 2012 2:53am
Thanks for the response, I've tried this and the request still fails.
Michael
Free Windows Admin Tool Kit Click here and download it now
April 17th, 2012 4:53am
I just tried it and it didn't work, not sure what I'm doing wrong
Thanks
Michael
April 17th, 2012 4:54am
Hi
Is there any error message?
Cheers
Zi Feng
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
April 17th, 2012 10:31pm