I have had several instances since I installed exchange 2013 about messages not being received. In 2007 they had the message tracking GUI that I could follow a message flow from my Barracuda to the inbox of my user. Now I think I need to use
get-messagetrackinglog -Sender <addess> -MessageSubject “whateveritis” -Start “6/07/2014” -End “10/03/2014”
This command brings me back: "Event ID - Source - Sender - Recipient - MessageSubject"
I'm looking for the time sent and received or just received - I can't seem to put together a cmdlet that will accomplish this with the time. TimeStamp or -timestamp errors in the shell - how are other people with very little shell experience tracking messages.
Any help would be appreciated
RJM