Windows Network Enumeration
Interfaces and routing
ipconfig /all
route print
arp -a
Connections
netstat -ano
netstat -anoy
Firewall
netsh firewall show state
netsh firewall show config
netsh advfirewall show allprofiles
netsh advfirewall firewall dump
netsh advfirewall firewall show rule name=all
Process info for a port
get-process -Id 4916