2019 Apr 04 By Deathmage85 0 comment

4/4/19 Finding that using these commands on a daily basis help me troubleshoot issues and just wanted to share:   netstat -f = this command tried to resolve every connection to their FQDN netstat -r = this command show the local routing tables on the PC netstat -a = show all active TCP/IP connections on the PC netstat -e = this shows any errors on the network adapters or lost packets ping -t = this allows for a constant ping of an address ipconfig = this show basic network configuration of the local adapter ipconfig /all = this shows every…