current scenario exchange 2013 on premise.
our requirement is track the messages send from external domains (from internet)
We are using get-messagetrackinglog command and pipe it to test file.
below is command i am using
get-messagetrackinglog -sender "user@externaldomain.com" | fl > d:\user.txt
we not getting any output in the file.
please suggest