Forum Discussion
Najwan975
Dec 01, 2023Copper Contributor
Exchange New-mailboxexportRequest
Hello There,
please i need your support to clarify the below:
I am mirating some mailboxes between two different forests by exporting the PST files and importing the files in the new forest.
I am doing the original export then planning to do the delta export by settnig a content filter after 30 November 2023.
i am executing the below powershell command however i notice that it is alway exporting all the content:
New-MailboxExportRequest -Name exc02-delta1DEC1.4 -Mailbox exc02 -ContentFilter "{(Received -gt '11/30/2023') -and (sent -gt '11/30/2023')}" -FilePath \\localhost\DD\EXC02-delta1DEC1.4.pst
i am having exchange 2019 latest CU in the source and i am assuming the time format has to be month/day/year the GT operator is greater than and not equal.
is it a bug or what?
Thank You...
No RepliesBe the first to reply