If you need to ping a list of computers or servers,
use this simple Powershell script that reads the list of host names from a .txt file (serverlist.txt file).
It uses the Test-Connection cmdlet to check for the remote computer status.
Continue reading Pinging multiple devices with powershell using the Test-Connection cmdlet