searchstring for export-archive
Hello,
I once again need your help.
I was asked to provide an export in EML format which means using the export-archive cmdlet ( no issue there)
Where I have problems is in the construction of my searchstring ( I have different criteria s)
-has attachement
-during a defined period of time
When I try each of this criteria alone it works but as soon as I use 2 of then with an and The system return zero results which should not be the case
Here my query
Export-EVArchive -archiveid "xxxxx" -SearchString "FROM:x@email or FROM:y@email and hasattachment:yes and date:2013-12-01..2014-01-31 " -Format EML -outputDirectory c:\temp\test5
I'm pretty sure I make a thinking mistake in the construct of the query but I can't pin point which one
Thank you for any help
Sandrine