In Windows command prompt, when you Ctrl-C out of a continuous ping, the terminal will display the statistics:
Ping statistics for ::1:
Packets: Sent = 6, Received = 6, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C
^C
In PowerShell (v4), the ping statistics aren't there if you use Ctrl-C to break out of it. How do get around this?
Edit: Apparently, it's because the statistics aren't displayed in PowerShell ISE, which is what I was using, but are there in regular PowerShell.