Ktufuathama / Invoke-Ping

Ping multiple computers asynchronously once or over a specified timeframe and intervals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoke-Ping

Ping multiple computers asynchronously once or over a specified timeframe and intervals. Data returned includes the total count of pings (TCnt) and successful count of pongs (SCnt). Data is either sent to the pipeline or exported to CSV. Default settings will ping for 4 hours at 60 second intervals.

Example Output

Computer  : comp1
Status    : Success
IPAddress : 0.0.0.0
TCnt      : 3
SCnt      : 3

About

Ping multiple computers asynchronously once or over a specified timeframe and intervals.


Languages

Language:PowerShell 100.0%