Posts Tagged ‘faster’

Ping faster from powershell with FastPing!

I’ll let the code do most of the talking. <# .Synopsis Ping a node as fast as you can. .Description Whereas the ping.exe utility keeps steady at 1 ping per second, this will ping with custom wait periods as low as 0 milliseconds. .Parameter ip IP or hostname of network node. .Parameter count Number of [...]