Skip to content

Instantly share code, notes, and snippets.

@austoonz
Last active March 1, 2019 17:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save austoonz/54a2e442a70d8fc4ece1ba35e364d332 to your computer and use it in GitHub Desktop.
Save austoonz/54a2e442a70d8fc4ece1ba35e364d332 to your computer and use it in GitHub Desktop.
A PowerShell Function that uses asynchronous ping commands to quickly ping a fleet of target machines.
# This has been replaced by the FastPing PowerShell Module.
## Source
[GitHub](]https://github.com/austoonz/FastPing)
## Installation
```powershell
Install-Module -Name FastPing -Scope CurrentUser
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment