Skip to content

Instantly share code, notes, and snippets.

@falkheiland
falkheiland / Invoke-FastPing
Created March 1, 2019 13:48 — forked from austoonz/Invoke-FastPing
A PowerShell Function that uses asynchronous ping commands to quickly ping a fleet of target machines.
<#
.SYNOPSIS
Performs a series of asynchronous pings against the target hosts.
.PARAMETER HostName
A string array of target hosts to ping.
.PARAMETER PingCount
The number of pings to send against each host.
#>