Your network contains an Active Directory domain named adatum.com. The domain contains a
member server named Server1 and a domain controller named DC2.All servers run Windows Server
2012 R2.
On DC2, you open Server Manager and you add Server1 as another server to manage.
From Server Manager on DC2, you right-click Server1 as shown in the exhibit. (Click the Exhibit
button.)
You need to ensure that when you right-click Server1, you see the option to run the DHCP console.
What should you do?
A.
In the domain, add DC2 to the DHCP Administrators group.
B.
On Server1, install the Feature Administration Tools
C.
On DC2 and Server1, run winrmquickconfig.
D.
On DC2, install the Role Administration Tools.
Explanation:
http://technet.microsoft.com/en-us/library/ee441255(v=ws.10).aspx
IS D
Remote Server Administration Tools (Role Administration Tools) must be setup on DC2 to allow you to run the
DHCP console. In Windows Server 2012 R2 and WindowsServer 2012, remote management is enabled by
default. Before administrators can connect to a computer that is running Windows Server 2012 R2 or Windows
Server 2012 remotely by using Server Manager, Server Manager remote management must be enabled on the
destination computer if it has been disabled.
In PowerShell console (administrator) type the following, and then press Enter to enable all required firewall rule
exceptions.
Configure-SMRemoting.exe -enable