070-412 Free Dumps Study Materials
Question 10: 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 Server1, run the Add-IpamServerInventory cmdlet.
B. On both Server1 and Server2, run the Add-DhcpServerv4Policy cmdlet.
C. On Server2, create an IPv4 scope.
D. On Server1, uninstall the DHCP Server server role.
E. On Server2, run the Add-DhcpServerInDc cmdlet
Correct Answer: A,E
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.
Reference: Add-IpamServerInventory; Add-DhcpServerInDC