PowerShell – Ping Machines and report in Excel
Hi Readers, Today I am sharing a old script that I have shared before at : https://github.com/VikasSukhija/Downloads/blob/master/excelping.vbs It was earlier written in VBscript & now has been converted to PowerShell. This script reads from text file (name of machines – MachineList.txt) , pings them & returns status (up or down). Extract the Zip file from…