Knowee
Questions
Features
Study Tools

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, install PowerShell.On Computer1, install PsExec.On Computer2, run winrm qc.On Computer1, run winrm qc.Authenticate Computer2 to Computer1.

Question

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, install PowerShell.On Computer1, install PsExec.On Computer2, run winrm qc.On Computer1, run winrm qc.Authenticate Computer2 to Computer1.

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

Solution

To manage Computer1 from Computer2 remotely using the command line, you should:

  1. On Computer2, install PowerShell: PowerShell is a task automation and configuration management framework from Microsoft. It consists of a command-line shell and scripting language. You can use it to manage and automate tasks on local or remote Windows systems.

  2. On Computer2, run winrm qc: Windows Remote Management (WinRM) is the Microsoft implementation of WS-Management Protocol, a standard Simple Object Access Protocol (SOAP)-based, firewall-friendly protocol that allows hardware and operating systems from different vendors to interoperate. The Quick Config (qc) option sets up the WinRM service to accept requests from the local and remote computers.

  3. On Computer1, run winrm qc: This step is similar to the previous one but is performed on Computer1. It sets up the WinRM service on Computer1 to accept requests from the local and remote computers.

  4. Authenticate Computer2 to Computer1: This step involves verifying the identity of Computer2 to Computer1. This could be done using various authentication methods like password, smart card, or biometric verification.

Please note that the option "On Computer1, install PsExec" is not necessary for this task. PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. However, it's not required for managing a remote computer using PowerShell and WinRM.

This problem has been solved

Similar Questions

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 netsh to open the Remote Desktop firewall exception.Run netsh to open the Remote Administration firewall exception.Run winrm quickconfigStart the Telnet Client on each computer.

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 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?answerwinrm set winrm/config/client @{TrustedHosts="computername"}winrs set @{TrustedHosts="computername"}winrm set @{TrustedHosts="computername"}winrs set winrs/config/client @{TrustedHosts="computername"}

You need to interactively access Command Prompt on a remote Windows system named WS1 from your Windows workstation.Which command should you use to do this?answerssh WS1telnet WS1psexec \\WS1 cmdwinrm \\WS1 cmd

You manage two Windows systems named Computer1 and Computer2. Both computers are members of a domain. Windows Remote Management (WinRM) is enabled on both computers.Which steps do you need to perform to use Computer2 to create an additional disk volume on Computer1?answerOn Computer1, install the Telnet Client. On Computer2, use diskmgmt.mscOn Computer2, run winrs and then run diskpartOn Computer2, run winrs and then run diskmgmt.mscOn Computer1, install the Telnet Client. On Computer2, run diskpart

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.