Browse by Tags

All Tags » ping (RSS)

Test-Connection

We’ve looked at test-connection before – the PowerShell ping "192.168.196.142", "192.168.196.1" | foreach { Test-Connection -ComputerName $_} will return the IPv4 and IPv6 addresses and the time taken for the ping among other information...