Your network contains an Active Directory forest named contoso.com. The forest contains a single domain and two sites named Montreal and Vancouver. Montreal
contains an IP Address Management (IPAM) server named Server1 that is used to manage all of the DHCP servers and the DNS servers in the site.
Vancouver contains several DHCP servers and several DNS servers.
In Vancouver, you install the IP Address Management (IPAM) Server feature on a server named Server2.
You need to recommend which configurations must be performed to ensure that the DHCP servers and the DNS servers in Vancouver are managed by Server2.
What should you recommend?
A.
Replicate the IPAM database from Server1 to Server2. On Server2, change the manageability status of the DNS servers and the DHCP servers in Vancouver.
B.
Replicate the IPAM database from Server1 to Server2. On Server1, change the manageability status of the DNS servers and the DHCP servers in Vancouver.
C.
From Server2, run the Invoke-IpamGpoProvisioning cmdlet On Server2, change the manageability status of the DNS servers and the DHCP servers in
Vancouver.
D.
From Server1, run the Invoke-IpamGpoProvisioning cmdlet. On Server1, change the manageability status of the DNS servers and the DHCP servers in
Vancouver.
Explanation:
Invoke-IpamGpoProvisioning
Creates and links group policies in the specified domain for provisioning required access settings on the servers managed by the computer running the IPAM
server.
Given answer is wrong.
Invoke-IpamGpoProvisioning is done for the entire domain. We have ONE DOMAIN and TWO SITES. And we already have an IPAM configured in one of the sites.
A is the correct one I believe.
No in Provision IPAM wizard it says
“GPO Prefix Name shoud be unique for each IPAM server in the forest”
So Yes, IPAM GPO is domain-wide, but it must be created for each IPAM server in domain.
C – right