You need to manage DHCP on Server2 by using the DHCP console on Server1

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. 5erver2 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. 5erver2 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 Server Manager on Server2, enable Windows Remote Management.

C.
From Windows PowerShell on Server2, run Enable-PSRemoting.

D.
From Server Manager on Server1, install a feature.



Leave a Reply 7

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

18 + 7 =


BlaBla

BlaBla

I would install the Remote Server Administration Tools first on Server 1, so for me the answer should be: D.

Renzo

Renzo

You cannot install these tools, simply because they are already integrated with the server manager in 2012R2. So answer is B

Geezer32

Geezer32

The question states that the DHCP mmc console is to be used, not Server Manager in which case the Install-WindowsFeature RSAT cmd is to be used to install the DHCP mmc snapin

testing

testing

RSAT is a tool u use on a client OS, like windows 7 in order to have the functionality of server manager.
D would also be wrong cause it says feature, instead of role.

Geezer32

Geezer32

RSAT tools exist on 2012 as an optional feature

TDAC

TDAC

I agree with BlaBla and Geezer32 – answer should be D.

You need to install the RSAT tools first on Server 1 to get the mmc DHCP snapin.

Khozi

Khozi

So to read what is asked in the question:
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.

The first thing you have to do is enable remote management on Server, and then think about installing the DHCP console (Which you would do through Server Manager->Install Feature->Remote Server Administration Tools->Role Administration Tools->DHCP)

But first you have to enable Remote Management, as installing the DHCP console is to no point if you cant connect to DHCP on server2.

So B is the right answer.