pingSend ICMP ECHO_REQUEST packets to network hosts. Unlike Unix-like systems, Windows
pingsends only 4 packets by default. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/ping.
ping {{host}}
ping -n {{count}} {{host}}
<Ctrl c>):ping -t {{host}}
ping -w {{milliseconds}} {{host}}
ping -l {{bytes}} {{host}}
ping -S {{source_ip}} {{host}}
ping -a {{host}}