DRAG DROP
A company has an Active Directory Domain Services (AD DS) domain. All client computers
run Windows 8. Two computers named COMPUTER1 and COMPUTER2 are connected to
one network switch and joined to the domain. Windows Firewall is turned off on both
computers.
You are planning a remote management solution. You have the following requirements:
Ensure that COMPUTER1 can run remote commands on COMPUTER2.
Test the solution by successfully running a command from COMPUTER1 that executes on
COMPUTER2.
You need to select the commands to run on COMPUTER1 and COMPUTER2 to meet the
remote management requirements.
Which commands should you run? (To answer, drag the appropriate command or
commands to the correct location or locations in the answer are Commands may be used
once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)
Which commands should you run?
DRAG DROP
A company has an Active Directory Domain Services (AD DS) domain. All client computers
run Windows 8. Two computers named COMPUTER1 and COMPUTER2 are connected to
one network switch and joined to the domain. Windows Firewall is turned off on both
computers.
You are planning a remote management solution. You have the following requirements:
Ensure that COMPUTER1 can run remote commands on COMPUTER2.
Test the solution by successfully running a command from COMPUTER1 that executes on
COMPUTER2.
You need to select the commands to run on COMPUTER1 and COMPUTER2 to meet the
remote management requirements.
Which commands should you run? (To answer, drag the appropriate command or
commands to the correct location or locations in the answer are Commands may be used
once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)
Actually the last bit would be “remotedesktop enable”? – http://mikedopp.com/2009/how-to-enable-remote-desktop-remotely/
Thank you for the correction! 🙂
PsExec is a tool that allows you to accomplish processes on remote systems, and you don’t have to install any type of client software manually to use it.
psexec \\ remotemachine netsh firewall set service remoteadmin enable, command is correct.
The right command is “remotedesktop enable”, not “remoteadmin enable”.
https://technet.microsoft.com/en-us/library/cc736451(v=ws.10).aspx
FishFenly and AleG are correct it should be “remotedesktop enable”