allcontentkeywords exact text
I'm trying to pull some mailbox exports with specific text but I'm getting more than I want. Here is the command part of my script
export-mailbox "$mb" -AllContentKeywords "bmp","Court Order","Exhibit a","lid","231" -startdate $startdate -PSTFolderpath "$exportdir" -confirm:$false
This is returning emails with text 54231, court and slid. What is the correct syntax to return only what is inside the quotes?
Thanks
June 21st, 2012 4:08pm
Hello,
I checked in my lab, get the same result with you.
Maybe you can use more conditions to search the emails (like subjectkeywords, ContentKeywords, etc), this can help you narrow the search range.
One related document for you, hope can give you some help:
Exchange Server 2007 Cross Mailbox Search using Export-mailbox
http://blogs.technet.com/b/exchange/archive/2006/12/18/3397563.aspx
I will do more research to see whether there is any way can make this command work as your required.
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com Evan Liu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2012 2:34am
Hi,
I did more tests on the issue, but still cannot find any good way to do as your required.
If you only want to search in one mailbox, maybe you can use this workaround to do that:
<1> Use Outlook connect to the mailbox.
<2> Search emails with "bmp" "Court Order", "Exhibit a", "lid", "231" in Outlook.
<3> copy all the result emails (which match condition) to one Temp folder.
<4> Export all the emails from the temp folder to one pst file, and delete the temp folder.
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com Evan Liu
TechNet Community Support
June 26th, 2012 3:26am
Hello,
How about the issue, any updates?
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com Evan Liu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2012 9:44pm