Your network contains an Active Directory domain named contoso.com. The domain contains two
member servers named Server1 and Server2.
You install the DHCP Server server role on Server1 and Server2. You install the IP Address
Management (IPAM) Server feature on Server1.
You notice that you cannot discover Server1 or Server2 in IPAM.
You need to ensure that you can use IPAM to discover the DHCP infrastructure.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)

A.
On Server2, create an IPv4 scope.
B.
On Server1, run the Add-IpamServerInventory cmdlet.
C.
On Server2, run the Add-DhcpServerInDc cmdlet
D.
On both Server1 and Server2, run the Add-DhcpServerv4Policy cmdlet.
E.
On Server1, uninstall the DHCP Server server role.
Explanation:
B)
The Add-IpamServerInventory cmdlet adds a new infrastructure server to the IP Address
Management (IPAM) server inventory. Use the fully qualified domain name (FQDN) of the server to
add to the server inventory.
C)
The Add-DhcpServerInDC cmdlet adds the computer running the DHCP server service to the list of
authorized Dynamic Host Configuration Protocol (DHCP) server services in the Active Directory (AD).
A DHCP server service running on a domain joined computer needs to be authorized in AD so that it
can start leasing IP addresses on the network.Add-IpamServerInventory; Add-DhcpServerInDC
C E
IPAM installation is not supported on a domain controller, and discovery of DHCP servers will be disabled if you install IPAM on a server that is also running the DHCP Server service.
https://technet.microsoft.com/en-us/library/jj878312.aspx
0
0
Without a doubt, E is correct. Though I would have said that the answer is E,B because there is nothing in the question about configuring server2’s dhcp. You just need to be able to discover it. E and B should do that.
0
0
You won’t be able to discover server2 if the dhcp is not authorized. Thats why it has to be C and E
0
0
Agree with C&E. DHCP must be Authorised before it can be discovered. So C must happen first.
0
0
C & E
0
0
My take on it
No need to uninstall dhcp, ipam just wont discover it , answer is correct
B to add server 2 to the inventory
C to authorise server 2 to DHCP server service
0
0
how would you check dhcp on server1 if server1 is not autorized?
answers are C and E
0
0
How could you discover the DHCP on server 1 if DHCP is uninstalled?
0
0
C & E
0
0
i agree with C and E.
“IPAM must be installed on a domain member computer. You cannot install IPAM on a domain controller. If IPAM is installed on the same server with DHCP, then DHCP server discovery will be disabled.”
Nick is incorrect. Dhcp discovery will be disabled. so the whole scenario turns to shit.question says discovery by IPAM. E is required. C is required.
0
0
Ok so “E” to enable discovery of DHCP and “C” to authorize Server2 DHCP in AD since it seems that it was installed but not authorized yet.
0
0