Output Netstat to text file
In an addendum to a previous tip, one of our users points out the ability to send Netstat output to a file.
Regarding the "Monitor Windows connections with Netstat" tip by Marnus Pieters, you can also send the output to...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
a file.
For example, netstat -a -p tcp > netstat.txt writes all TCP connections and listening ports to the file netstat.txt. This can be useful when performing remote support (i.e. help desk) and you need your end user to provide you this type of info.