Knowee
Questions
Features
Study Tools

You are the Windows desktop administrator for your company. You would like to manage your computers remotely using the Windows Remote Shell. You need to enable remote management on each target computer.What should you do?answerRun winrm quickconfigRun netsh to open the Remote Desktop firewall exception.Run netsh to open the Remote Administration firewall exception.Start the Telnet Client on each computer.

Question

You are the Windows desktop administrator for your company. You would like to manage your computers remotely using the Windows Remote Shell. You need to enable remote management on each target computer.What should you do?answerRun winrm quickconfigRun netsh to open the Remote Desktop firewall exception.Run netsh to open the Remote Administration firewall exception.Start the Telnet Client on each computer.

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

To manage your computers remotely using the Windows Remote Shell, you should follow these steps:

  1. Open the command prompt on each target computer. You can do this by clicking on the Start button, typing 'cmd' in the search box, and pressing Enter.

  2. In the command prompt, type 'winrm quickconfig' and press Enter. This command will configure Windows Remote Management (WinRM) on the computer to allow you to manage it remotely.

  3. If you encounter any firewall issues, you may need to open the Remote Desktop or Remote Administration firewall exceptions. You can do this by typing 'netsh advfirewall firewall set rule group="remote desktop" new enable=Yes' or 'netsh advfirewall firewall set rule group="remote administration" new enable=Yes' in the command prompt and pressing Enter.

  4. There is no need to start the Telnet Client on each computer as it is not related to Windows Remote Shell.

Remember, you need to have administrative privileges to run these commands.

This problem has been solved

Similar Questions

You are the desktop administrator for your company. You would like to manage the computers remotely using a tool with a graphical user interface (GUI).Which action should you take? (Select two. Each answer is a possible solution.)answerRun Remote Shell to manage each computer.Send an assistance invitation.Use Telnet to connect to each computer.Open Computer Management and connect to each remote computer.Establish a Remote Desktop connection to each computer.

You have a Windows system that you would like to manage remotely. The computer connects to the network behind a firewall that blocks all but the most common ports.Which remote management solution does not require additional firewall ports opened?answerTelnetAn MMC console connected to the remote computer instead of the local computerWindows Remote Shell (WinRS)Remote Desktop

You manage two Windows systems named Computer1 and Computer2. You need to use the command line to manage Computer1 from Computer2 remotely.What should you do? (Select two. Each answer is part of the complete solution.)answerOn Computer2, run winrm qc.On Computer1, install PsExec.Authenticate Computer2 to Computer1.On Computer2, install PowerShell.On Computer1, run winrm qc.

You have a Windows system that you would like to manage remotely. You enable Remote Desktop on the computer. While working from home, you find that your home firewall is blocking Remote Desktop.Using the port numbers assigned by default, how can you configure the firewall to allow a Remote Desktop connection to the system?answerOpen port 23 in the network firewall.Open port 22 in the network firewall.Open ports 135 and 445 in the network firewall.Open port 3389 in the network firewall.

You want to use Windows Remote Management to authenticate to a computer not in your Active Directory domain.Which of the following commands do you need to run to add the name of the remote computer to the TrustedHosts table in order to connect remotely to the computer?answerwinrs set @{TrustedHosts="computername"}winrm set winrm/config/client @{TrustedHosts="computername"}winrs set winrs/config/client @{TrustedHosts="computername"}winrm set @{TrustedHosts="computername"}

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.