How to run an infinite ping against your server
The 'ping' command in Windows Server is a tool used in checking to see if a specific domain name or IP address is responsive by attempting to send it four very small packets of data, measuring the amount of time in milliseconds it takes the packet to reach the address. If the data is received, the ping is successful. If it is not, it will time out.
By default, the 'ping' command will only send four packets. However, the 'ping' command can be used to send an infinite number of these small packets to the IP address. It is useful in such cases where a server is being rebooted, and you...