Link to home
Start Free TrialLog in
Avatar of Girac
Girac

asked on

Cross Mailbox Search with PowerShell

Hello all,
I need to search the exchange 2007 db across To, From, CC.BCC, Subject and Message for "FRED" including different variation in spelling FERD, FRDE etc.

I have been using the commands:
get-mailbox –Database DB1 | Export-Mailbox –SubjectKeywords "Discovery Keywords" –TargetMailbox Administrator –TargetFolder 'MyData'
and then get-mailbox –Database DB1 | Export-Mailbox –ContentKeywords "Discovery Keywords" –TargetMailbox Administrator –TargetFolder 'MyData'
Is there a way I can search by running one command, that will include the To, From, CC, BCC fields as well?
Currently I had to do one pass for each variation in spelling.

ciao
Avatar of Satya Pathak
Satya Pathak
Flag of India image

I would suggest you read a MSteam kb as per your Ques.
http://msexchangeteam.com/default.aspx
ASKER CERTIFIED SOLUTION
Avatar of avishar
avishar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Typo:

You are saying that the To, From, CC, BCC fields  are not included in MyData folder ?