Link to home
Start Free TrialLog in
Avatar of leop1212
leop1212Flag for United States of America

asked on

message tracking

How do I track the message with EMC exchange 2010?
I use to be able to run detailed reports with date /time range/ to from etc. back in EMCX 2000
Now I have to specify mailbox, email to and from but no flexibility at all. What is the best way get max options on filtering email logs? Say find automatic delivery confirmation which usually have empty sender>
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

The most flexibility you will have is through the Exchange Management Shell. There are all the options available to do specific searches etc.

Syntax is below...

Get-MessageTrackingLog -Server <HT Server> -Start "04/01/2015 12:00AM" -End "04/02/2015 4:00PM" -Sender name@domain.com -Recipient name@domain.com | ft

Open in new window


For a full list of options and more examples you can use the
Get-Help Get-MessageTrackingLogs -Full

Open in new window


For more details

Will.
ASKER CERTIFIED SOLUTION
Avatar of dsnegi_25dec
dsnegi_25dec

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