I mean the detail IP information and negotiation. Can this be setup through GUI ?
Thx
Fethi ABASSI
This is an exemple:
I guess it's possible just with powershell
get-messagetrackinglog -Server "servername" -EventID "RECEIVE" -Start "04/15/2017 7:19:00 AM" -End "04/15/2017 10:29:00 AM" | select-object sender,recipients,serverip | sort-object ServerIP | Out-File c:\report.txt
@OP, experts and future visitors:
Please remember to endorse my, or any other expert's comments that you found helpful by clicking on the "Thumb's Up" button
Thx