Many times It happens that we need to check if a list of computers is active, so how do you ping multiple computers at once?
Use this Powershell script to test connectivity to your list of computers. it will produce two lists of Bad (unresponsive) and Good(Responsive) computers.
You need to change “D:\scripts\list.txt” to the path where your saved your computers list file(.txt).
Also, you can un-comment #Write-Host $name… to view the list of computers with different colors Continue reading How to Ping a List of Computers