Get-MessageTracking returning messages outside of start and end parameters
PS> get-messagetrackinglog -eventid expand -resultsize unlimited -Server "hub01" -S tart "6/10/2009 12:00:00 AM" -End "6/10/2009 11:59:00 PM" | sort timestamp | select -last 15 timestamp Timestamp --------- 6/11/2009 9:58:52 AM 6/11/2009 9:59:04 AM 6/11/2009 9:59:39 AM 6/11/2009 10:01:24 AM 6/11/2009 10:01:40 AM 6/11/2009 10:02:34 AM 6/11/2009 10:04:10 AM 6/11/2009 10:05:14 AM 6/11/2009 10:05:20 AM 6/11/2009 10:06:09 AM 6/11/2009 10:06:09 AM 6/11/2009 10:06:09 AM 6/11/2009 10:07:11 AM 6/11/2009 10:09:18 AM 6/11/2009 10:09:21 AM Note that the timestamps returned are well outside the specified start and end parameters. Why?
June 18th, 2009 3:10pm

Hi, If you run the following command: Get-messagetrackinglog -eventid expand -resultsize unlimited -Server "hub01" -Start "6/10/2009 12:00:00 AM" -End "6/10/2009 11:59:00 PM" | select timestamp Can you see the 6/11/2009 items? Regards, Elvis
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2009 6:16am

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

Other recent topics Other recent topics