Hi everyone,
Can anyone help me to modify this script to show the source IP address ?
because at the moment it is only showing the target IP address and hostname.
Test-Connection server1,server2, mail -Source prodclient01,prodclient02 -Count 1 | sort Destination | ft -AutoSize
Thanks.