Tag: ping Script
Simple Ping Script in PowerShell with IP list
Here is a simple Ping script with list of IP address or computer names. 1. IPList.txt Format of "IPList.text" would be like below. …
Simple Ping Script in PowerShell for block of IPs
Here is a simple ping script for block of IPs. Bring PowerSheel ISE and copy & paste below script. $ping = New-Object System.Net.NetworkInformation.Ping…
Recent Comments