Network Operations
Information Query
ipconfig
-
Detailed list of network interfaces, much like Linux
ip addressipconfig /all
tracert (Trace route)
tracert <IP | FQDN>
dig (DNS lookup)
dig <IP | FQDN>
nslookup (Nameserver lookup)
Most effective when used to look into a certain web address, e.g. google.com, rather than an IP address.
nslookup <FQDN | IP>