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
Question
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
Solution
The command you should use to interactively access Command Prompt on a remote Windows system named WS1 from your Windows workstation is:
psexec \WS1 cmd
This command uses PsExec, a tool that allows you to execute processes on remote systems, to open a Command Prompt window on the remote system WS1.
Similar Questions
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 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.
What are two ways you can run PowerShell cmdlets remotely? (Select two.)answerUse get-help followed by the name of the remote computer and then the PowerShell cmdlet within brackets.Use invoke-command followed by the name of the remote computer and then the PowerShell cmdlet within brackets.Directly from the command, use get-help followed by the name of the computer.Directly from the command, use the computername parameter.Use get-command and then pipe the output of that cmdlet to the input of the remote computer's name.
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"}
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"}
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.