Windows Network Commands Flashcards

1
Q

What command is used for IP address configuration in Windows?

A

ipconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you display detailed IP address information?

A

ipconfig /all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which command views the Domain Name System (DNS) local resolver cache?

A

ipconfig /displaydns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you test end-to-end connectivity using an IP address?

A

ping <IPAddress></IPAddress>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which command tests name resolutions using a Fully Qualified Domain Name (FQDN)?

A

ping <FQDN></FQDN>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What command can be used to perform a DNS lookup for a Fully Qualified Domain Name (FQDN)?

A

nslookup <FQDN></FQDN>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you identify the computer name in Windows?

A

hostname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which command identifies current Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) connections?

A

netstat -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you identify local user accounts on a Windows system?

A

net user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command is used for mapping network shares/drives?

A

net use \computername\sharename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which command displays the resultant set of policy for a user or computer?

A

gpresult

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you update Group Policy settings on a Windows computer?

A

gpupdate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly