232k views
1 vote
You manage two Windows systems named Computer1 and Computer2. To remotely manage Computer1 from Computer2 using the command line, what should you do? (Select two. Each answer is part of the complete solution.)

a) Use the RDP command
b) Employ the Telnet command
c) Execute the SSH command
d) Utilize the WinRM command

1 Answer

0 votes

Final answer:

To remotely manage Computer1 from Computer2, you should utilize the Windows Remote Management (WinRM) command and the Remote Desktop Protocol (RDP) command, as these are supported by default on Windows systems for such tasks.

Step-by-step explanation:

To remotely manage Computer1 from Computer2 using the command line, you need to take certain steps that involve enabling remote management capabilities. In the context of Windows systems, the correct options you should select include utilizing remote management protocols that are supported by Windows.

  • Utilize the WinRM command: Windows Remote Management (WinRM) is a Microsoft implementation of WS-Management Protocol, a standard web services protocol used for remote software management. It allows for remote management of computers, using the Windows PowerShell or WinRS command.
  • Use the RDP command: Although typically associated with a graphical interface, Remote Desktop Protocol (RDP) can be used to start a session using the command line, allowing one to manage a Windows system remotely.

Option b (Employ the Telnet command) and option c (Execute the SSH command) are not typically used for remote management within a default Windows environment, as Windows does not enable Telnet or SSH by default for remote management.

User Peter Black
by
6.3k points