NETW 310 QUIZ
1 Question TCO 1 Which one of the following Windows NET commands options is not used to control services with the NET Service Name
STOP
START
CONTINUE
PAUSE
DELETE
Question 2. Question : (TCO 1) The netsh command that will set the IP Address of the interface name "NIC" to a DHCP supplied IP address is _____.
netsh interface set ip address "NIC" source=dhcp
netsh interface ip address "NIC" source=dhcp
netsh interface ip set address "NIC" source=dhcp
netsh interface set ip address source=dhcp "NIC"
Question 3. Question : (TCO 1) Which of the following Windows commands will shutdown and restart the computer FileServer in 2 minutes?
shutdown -r -m //FileServer -t 2
shutdown -r -m //FileServer -t 120
shutdown -r -m \\FileServer -t 2
shutdown -r -m \\FileServer -t 120
Question 4. Question : (TCO 1) Which one of the following Windows AT commands specifies an action that will take place at 3:00 p.m.?
at 3:00 command
at 3:00 p.m. command
at 15:00 command
at 14:00 command
Question 5. Question : (TCO 1) From the Start/Run dialog, the command used to open the 32-bit Windows command prompt is _____.
command
cmd
start
prompt
Question 6. Question : (TCO 1) The Windows CLI command used to turn off the display of the current command in a batch file is _____.
@command
command@
%command
command%