Which two actions should you perform?

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.)

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:
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.
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.



Leave a Reply 8

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


Gareth

Gareth

The answers are C and E

Aaron

Aaron

Also agree, IPAM cannot manage local DNS or DHCP

pdiddy

pdiddy

Here’s an article to support your claim.

https://technet.microsoft.com/en-us/library/hh831622.aspx

You can install DHCP on the same server with AD DS and DNS if desired and adjust procedures in the test lab accordingly. DHCP and DNS roles are separated in the test lab to demonstrate discovery and management of multiple servers providing different services on the network. The IPAM feature must be installed on a separate, domain member computer. A client computer is required to demonstrate IP address audit functionality.

OSA

OSA

Other roles or features: An IPAM server is intended as a single-purpose server. It is not recommended to collocate other network infrastructure roles such as DNS or DHCP on the same server. 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

Diego

Diego

C. On Server2, run the Add-DhcpServerInDc cmdlet
E. On Server1, uninstall the DHCP Server server role.

Aberdeen Angus

Aberdeen Angus

I tried discovery with an authorised dhcp server with no scopes. It wasn’t discovered, I created a scope, reran discovery which found it.