Search based on specific email address
Is it possible to do a search on the entire exchange org for any emails sent to a specific email address? If so, can you please give me the command to do so? I've been able to search for keywords, but now management wants stuff to a specific email address. We are using Exchange 2007. Thanks,
November 24th, 2009 3:32pm

http://msexchangeteam.com/archive/2006/12/18/431934.aspxExchange Server 2007 Cross Mailbox Search using Export-mailboxhttp://technet.microsoft.com/en-us/library/aa998579.aspxExport-MailboxSo, in your case, you want to filter on:RecipientKeywordsExample:Get-Mailbox -OrganizationalUnit Marketing | Export-Mailbox -PSTFolderPath C:\PSTFiles -RecipientKeywords "tony@fabrikam.com","christine@fabrikam.com"
Free Windows Admin Tool Kit Click here and download it now
November 24th, 2009 4:06pm

hi,If messsage tracking is enabled , you can do so. The message tracking logs are at \Program Files\Microsoft\Exchange Server\TransportRoles\Logs\MessageTracking. To perform a search using the Get-MessageTrackingLog cmdlet, searching the server EXCHANGE01 for messages sent from john@example.com to bill@example.net, sent between 12/3/2009 and 13/3/2009: [PS] C:\>Get-MessageTrackingLog -Server EXCHANGE01 -EventID SEND -Sender john@example.com -Recipients bill@example.net -Start 12/3/2009 -End 13/3/2009 ResultSize 100Also from the GUI you can go to Run the Exchange Management Console. In the left-hand pane, known as the Console Tree, select Toolbox. In the middle top pane, known as the Result Pane, select Message Tracking from the Mail flow tools area. Raj
November 24th, 2009 4:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics