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 Windows Firewall with Advanced Security on Server2, create an inbound rule.
B.
From Internet Explorer on Server2, download and install Windows Management Framework 3.0.
C.
From Server Manager on Server1, install a feature.
D.
From Windows PowerShell on Server2, run Enable PSRemoting.
Explanation:
The Enable-PSRemoting cmdlet configures the computer to receive Windows PowerShell remote commands that are sent by using the WS- Management
technology. On Windows Server 2012 R2, Windows PowerShell remoting is enabled by default. You can use Enable-PSRemoting to enable Windows PowerShell
remoting on other supported versions of Windows and to re-enable remoting on Windows Server 2012 if it becomes disabled. You need to run this command only
once on each computer that will receive commands. You do not need to run it on computers that only send commands. Because the configuration activates
listeners, it is prudent to run it only where it is needed. Note: (not B) You can use Server Manager to manage remote servers that are running Windows Server 2008
and Windows Server 2008 R2, but the following updates are required to fully manage these older operating systems.
Have you tested this on your lab? If you will then you will see that this process first requires the installation of Framework 3.0 to Server 2 which has windows server 2008 R2 SP1. Then enable winRM by using command winrm quickconfig.
Then that’s the time that you can manage it from Server1 with windows 2012 R2 installed.
This is the error i encountered during the test on my lab.
“verify winrm 3.0 service is installed 2008 r2, running, and required firewall ports are open”
Note: The only catch here is what server are you going to setup first. Because you need RSAT to be installed on Server1 and Framework 3.0 and winrm enabled on Server2. Based on my understanding of the question i think we first need to install RSAT on Server1 for us to see the error prompted that will let us know that there are things that needs to be installed on Server2.
So it’s either B or C
I just follow this steps:
http://www.stugr.com/2012/09/manage-2008-from-2012-server-manager/
hope it will help you guys
I think C.
That is 2012 exam. )
If using DHCP mmc you don’t need winRM enabled on the 08R2 server.
I agree with drin.
The answer is B.
In order to manage 2008 r2 sp1 or sp2 from server 2012 r2 you must do the following:
-Install .net 4
-Install wmf 3.0
-Run commands to enable remote management of the server.