PowerPing

WinServer ICON

 

PowerPing is a short script that uses the test-connection cmdlet to run through a text file based list of servers.  The list is processed and a CSV file is generated giving the status for each server it ran against.  It is pretty simple and will work as long as you are running PowerShell 3.0 and higher since it requires the Test-Connection cmblet to be avilable.

 

 

 

 

 

 

 

GitHubLink: PowerPing.ps1