You need to manage DHCP on Server2 by using the DHCP co…

Your network contains an Active Directory domain named contoso.com. The domain contains two servers
named Server1 and Server2.Server1 runs Windows Server 2012 R2.Server2 runs Windows Server 2008 R2
Service Pack 1 (SP1) and has the DHCP Server server role installed.
You need to manage DHCP on Server2 by using the DHCP console on Server1.
What should you do first?

Your network contains an Active Directory domain named contoso.com. The domain contains two servers
named Server1 and Server2.Server1 runs Windows Server 2012 R2.Server2 runs Windows Server 2008 R2
Service Pack 1 (SP1) and has the DHCP Server server role installed.
You need to manage DHCP on Server2 by using the DHCP console on Server1.
What should you do first?

A.
From the Microsoft Management Console on Server1, add a snap-in.

B.
From Windows PowerShell on Server1, run Install-WindowsFeature.

C.
From Windows Firewall with Advanced Security on Server2, create an inbound rule.

D.
From Internet Explorer on Server2, download and install Windows Management Framework 3.0.

Explanation:
The DHCP snap-in isn’t available unless the DHCP feature is installed. Server 1 is stated to not have DHCP
installed, so the snap-in therefore cannot be added. We must add the DHCP server role.

Training Guide: Installing and Configuring Windows Server 2012 R2, Chapter 6 Network Administration, p.228



Leave a Reply 2

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


t

t

From the Windows PowerShell on Server 2 run Enable PSRemoting.
From Server Manager on Server2, enable Windows Remote Management.
From Windows PowerShell on Server1, run Install-WindowsFeature.

t

t

Remote management is enabled by default on 2012, but not on 2008!
it asks what do you need to do first. So It should be to enable remote management then Install-WindowsFeature -name RSAT-DHCP