Networking Management
Local Access
Windows Built-In
# Network interface settings
ipconfig /all
# ARP table (ARP translates IPs to MACs)
arp -a
# DNS queries
nslookup ACADEMY-ICL-DC
# Open ports
netstat -anNet Cmdlets
Cmdlet
Description
Remote Access
SSH
WinRM
Last updated