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…

Continue Reading...