For some reason I wanted to write a trace route script in PowerShell, but decided to run it through Google first to see if it had been done.
Surprisingly few results came up, and as far as I can tell, only one true PowerShell script doing Trace Route without just being a wrapper for tracert or something similar:
http://josherickson.org/75/traceroute-with-starting-ttls/
Naturally I wanted to tweak it and give it my personal touch, and here is my result
Read more [...]