{"id":635,"date":"2015-04-28T20:50:00","date_gmt":"2015-04-28T20:50:00","guid":{"rendered":"https:\/\/www.geekmungus.co.uk\/?p=635"},"modified":"2022-11-05T10:53:19","modified_gmt":"2022-11-05T10:53:19","slug":"exchange-2013-message-tracking-logs","status":"publish","type":"post","link":"https:\/\/geekmungus.co.uk\/?p=635","title":{"rendered":"Exchange 2013 Message Tracking Logs"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In Exchange 2013 the message tracking log viewer has gone, you need to view the tracking logs from PowerShell.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s a basic command to make that happen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-MessageTrackingLog -Start \"04\/26\/2015\" -End \"04\/28\/2015\" -Sender \"sender@domain.com\" -Recipient \"recipient@otherdomain.co.uk\" | Out-GridView<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Okay this shows you the logs from a particular sender to a particular recipient and shows it in the GridView, this is a nice GUI type view with nice size adjustable columns. Obviously more you can tweak on this with more arguments on the command line.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you would like the see a column with the time and date included you need to run this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-MessageTrackingLog -Start \"04\/26\/2015\" -End \"04\/28\/2015\" -Sender \"sender@domain.com\" -Recipient \"recipient@otherdomain.co.uk\" | select-object timestamp,EventId,Source,Sender,Recipients,MessageSubject| Out-GridView<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To search across all the transport servers in your organisation, i.e. if you are trying to track down a particular message across many exchange servers run the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-TransportServer | Get-MessageTrackingLog -Sender \"sender@domain.com\" -Recipients \"recipient@otherdomain.co.uk\" | sort-object Timestamp | select-object timestamp,eventid,source,sender,recipients,messagesubject | Out-GridView<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In Exchange 2013 the message tracking log viewer has gone, you need to view the tracking logs from PowerShell. Here&#8217;s a basic command to make that happen: Okay this shows you the logs from a particular sender to a particular recipient and shows it in the GridView, this is a nice GUI type view with &#8230; <a title=\"Exchange 2013 Message Tracking Logs\" class=\"read-more\" href=\"https:\/\/geekmungus.co.uk\/?p=635\" aria-label=\"Read more about Exchange 2013 Message Tracking Logs\">Read more<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":["post-635","post","type-post","status-publish","format-standard","hentry","category-microsoft-exchange"],"_links":{"self":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/635","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=635"}],"version-history":[{"count":1,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/635\/revisions"}],"predecessor-version":[{"id":1442,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/635\/revisions\/1442"}],"wp:attachment":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}