Windows Network Commands Flashcards
ipconfig
IP Address Configuration
ipconfig /all
Detailed IP Address
ipconfig /displaydns
View DNS Local Resolver Cache
ipconfig /flushdns
flushes all dns data
ping {IPAddress}
Testing end-to-end connectivity
ping {FQDN}
nslookup {FQDN}
Testing Name Resolutions
hostname
Identify Computer Name
Netstat
Displays protocol statistics and current TCP/IP network connections
netstat -a
Displays ALL connections and listening ports
netstat -b
Displays the executable involved in creating each connection or listening port
netstat -n
Displays addresses and port numbers in numerical form
net share
displays information about all of the resources that are shared on the local computer
net use
Displays which shared resources that the current computer is connected to
net user
Identify Local User Accounts
net use \computername\sharename
Mapping Network Shares/Drive