Last active
March 1, 2019 17:02
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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