You need to manage Server1 remotely from Server2

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

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

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

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

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

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

Explanation:
http://www.laurierhodes.info/?q=node/115



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Mv

Mv

Correct answer is C
https://technet.microsoft.com/en-us/library/hh831453(v=ws.11).aspx

To add remote workgroup servers to Server Manager

On the computer that is running Server Manager, add the workgroup server name to the TrustedHosts list. This is a requirement of NTLM authentication. To add a computer name to an existing list of trusted hosts, add the Concatenate parameter to the command. For example, to add the Server01 computer to an existing list of trusted hosts, use the following command.

Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force

fiber

fiber

I agree with C.

Remote computers aren’t automatically trusted for remote management on a managing server (as they are in a shared domain environment).
This is the only issue that is always present when the managing server running Server Manager and the server being targeted in Server Manager are not members of the same Active Directory domain. To fix this problem, you need to configure the server running Server Manager to add the target server to its TrustedHosts list for remote
management.