All Tags » WMI » Ping (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Test-Connection with Specified timeout

    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...
    Posted to PowerShell and WMI (Forum) by PepeManolo on 08-22-2011
    Filed under: WMI, Test-Connection, Ping
  • Re: Test-Connection with Specified timeout

    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...
    Posted to PowerShell and WMI (Forum) by PepeManolo on 08-25-2011
    Filed under: WMI, Test-Connection, Ping
Page 1 of 1 (2 items)
Copyright 2012 PowerShell.com. All rights reserved.