-
I am writing a short script which pings a list of external servers using two NICs on different Networks. The idea is to verify both networks reach the internet. The commandlet Test-Connection "$IP" -Source "$NIC" works correctly for the desired NIC. However, the default timeout takes...
-
Mr. RSiddaway, Would you know if the SourceRoute property in the Win32_PingStatus class would do the trick for specifying which NIC I want to utilize to send the Ping packet? As I mentioned before, the idea is to send a ping (with short timeout) by one NIC and then send another by the other NIC. This...