Network Flashcards

1
Q

net view

A

Display a list of servers on the local network:

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

net view \MYSERVER

A

View the shares available on server named MYSERVER:

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

net use M: \MYSERVER\DATA /persistent:yes

A

Map the DATA folder on MYSERVER to the M: drive:

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

net use M: /delete

A

Remove the M: drive mapping:

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

net use * /delete

A

Remove all mapped drives:

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