Network

Display network connections

C:\> netstat -ano
# OR for certain port
C:\> netstat -ano | findstr 1337

Network Configs

C:\> ipconfig /all

ARP Table

C:\> arp -a

Routing Table

C:\> route print

Get a list of computers

C:\> net view