1.2 – Other Network Commands Flashcards
netuse
used to connect to a network share
a. net use x:\servername\ sharename
b. C:\Windows\System 32> net use r:\win11vm\pics
netstat
displays active network connections
a. netstat – a = displays all connections, including listening ports
b. C:\Windows\System 32> netstat – a
—–All connections & ports being used
tracert
uses ICMP to return a hop count
a. shows all paths a packet takes
b. show hiccups / bottlenecks
c. C:\Windows\System 32> tracert google.com
netuser
used to manage user accounts
a. create a user on the computer
b. C:\Windows\System 32> net user Christine password /add
pathping
performs a ping & a trace route at the same time
a. C:\Windows\System 32> pathping google.com
b. How we get there and if we can get there
nslookup
identifies the current DNS server & displays IP addresses for a provided name
hostname
displays a computer’s host name