- 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
. $PROFILEto reload your powershell - In powershell run:
gpingAll
The
profile.ps1file is present inC:\Users\<username>\Documents\WindowsPowerShell