- Launch Powershell in Administrator mode
- First install chocolatey
- Install gping:
choco install gping
gping google.com reddit.com <local-server>
notepad $PROFILE
- Include in this file:
function gpingAll { gping google.com reddit.com <local-server> }
- Include in this file:
- Run
. $PROFILE
to reload your powershell - In powershell run:
gpingAll