PrepAway - Latest Free Exam Questions & Answers

You need to manage Serverl remotely from Server2

Your network contains an Active Directory domain named contoso.com. The domain contains two standalone
servers named Serverl and Server2 that are located in a perimeter network. Both servers run the default
installation of Windows Server 2012 R2.
You need to manage Serverl remotely from Server2.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
From Server2, add Server1 to the list of TrustedHosts.

B.
From Server2, install a self-signed certificate.

C.
From Server1, add Server2 to the list of TrustedHosts.

D.
From Server1, install a self-signed certificate

Explanation:
For remote connections in a Workgroup to Workgroup/Domain scenario, the remote computer (here Server2)
must be added to the trusted hosts list on the source computer (here Server1). To do this, run the following
command on the source computer in a Command Prompt window that is opened with elevated user rights.
winrm set winrm/config/client @{TrustedHosts=”RemoteComputerName”}
Note: TrustedHosts is a setting on the local computer that defines one or more computers that are trusted when
establishing remoting sessions using WinRM from the local computer using either ENTER-PSSESSION or
INVOKE-COMMAND.
Remote Management with Server Manager
https://technet.microsoft.com/en-us/library/dd759202.aspx

4 Comments on “You need to manage Serverl remotely from Server2

  1. Dordouf says:

    Answer is D.
    Because the remote server is Server1 and the source server is Server2.
    So this is the correct command to perform from Server2 :

    winrm set winrm/config/client @{TrustedHosts=”Server1”}




    0



    6
  2. tmkreddy55 says:

    Remote server (what to Manage) is server1. Source Server (from Where to Manage) is Server2.

    We need to create the WinRm TrustedHost exception on the Source i.e. Server2 to accept Remote Host, Server1 as Trusted.

    On Server 2 run —
    winrm set winrm/config/client @{TrustedHosts=”Server1″}

    Option A is correct.




    6



    0
  3. dshade13 says:

    can someone please explain why this is not C? Since server1 is the one being remoted into, it needs to know that the person trying to connect (server2) is okay {trusted} to connect, therefore server2 needs to be added to server1’s trustedhosts list, not the other way around.




    0



    0

Leave a Reply