Question 39 of 50
Your on-premises network contains an Active Directory Domain Services (AD DS) domain and multiple DHCP and DNS servers.
You deploy a new server named Server1 that runs Windows Server and install the IP Address Management (IPAM) feature.
You need to run a server discovery process on Server1.
What should you do first?
- On Server1, open a PowerShell session and run the
Invoke-IpamGpoProvisioningcmdlet.
On Server1, open a PowerShell session and run the Invoke-IpamGpoProvisioning cmdlet.
A) Incorrect – Installing the IPAM client manually or using Group Policy will not help, as the IPAM client is used to remotely manage the IPAM server, not to provision a service.
B) Incorrect – Installing the IPAM client manually or using Group Policy will not help, as the IPAM client is used to remotely manage the IPAM server, not to provision a service.
C) Incorrect - Installing DHCP and DNS on the IPAM server is not required.
D) Correct – Before you run a server discovery, you need to deploy GPOs that will configure how the servers that IPAM will monitor will be configured (which includes configuring permissions, shares, and scheduled tasks). This is done by running Invoke-IpamGpoProvisioning cmdlet.