A company has client computers that run Windows 8. All client computers allow incoming Remote Desktop
connections.
You attempt to connect from COMPUTER1 to COMPUTER2 by using Remote Desktop.
Remote Desktop cannot connect to the remote computer.
You establish that the firewall settings on COMPUTER2 have not been set to allow incoming connections.
From COMPUTER1, you need to enable Remote Desktop traffic through Windows Firewall on COMPUTER2.
Which commands should you run?
(To answer, drag the appropriate command or commands to the correct location or locations in the answer
area. Commands may be used once, more than once, ornot at all. You may need to drag the split bar between
panes or scroll to view content.)
Answer:
Explanation:
http://docs.oseems.com/operatingsystem/windows/firewall-command
The correct answer is:
c:\>psexec \\ computer2 netsh service firewall set remotedesktop enable
correct answer is given: c:\>psexec \\computer2 netsh firewall set service remotedesktop enable
test it out using c:\netsh /? to see your options.