Upgrading Your Skills to MCSA Windows Server 2012 — Question 35
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?
Answer options
- A. From a command prompt on Server2/ run winrm.exe.
- B. From Windows PowerShell on Server1, run Install-WindowsFeature.
- C. From Windows Firewall with Advanced Security on Server2, create an inbound rule.
- D. From Windows PowerShell on Server2, run Enable-PSRemoting.
Correct answer: B
Explanation
The correct answer is B because installing the necessary Windows features on Server1 allows it to manage DHCP on Server2. Options A and D relate to enabling remote management on Server2, which is not the first step needed when initiating management from Server1. Option C involves configuring firewall rules, which is also a step that can come after ensuring the necessary features are installed.