Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

How to add source IP address in this test-connection script ?

$
0
0

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.


Viewing all articles
Browse latest Browse all 10624

Trending Articles