Windows Network Commands Flashcards
What command is used for IP address configuration in Windows?
ipconfig
How do you display detailed IP address information?
ipconfig /all
Which command views the Domain Name System (DNS) local resolver cache?
ipconfig /displaydns
How do you test end-to-end connectivity using an IP address?
ping 9.9.9.9
Which command tests name resolutions using a Fully Qualified Domain Name (FQDN)?
ping www.google.com using the FQDN
What command can be used to perform a DNS lookup for a Fully Qualified Domain Name (FQDN)?
nslookup 8.8.8.8
How do you identify the computer name in Windows?
hostname
Which command identifies current Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) connections?
netstat -a
How do you identify local user accounts on a Windows system?
net user
What command is used for mapping network shares/drives?
net use \computername\sharename
Which command displays the resultant set of policy for a user or computer?
gpresult
How do you update Group Policy settings on a Windows computer?
gpupdate