HOTSPOT
Your network contains an Active Directory domain named contoso.com.
You install the IP Address Management (IPAM) Server feature on a server named Server1 and select Manual
as the provisioning method.
The IPAM database is located on a server named SQL1.
You need to configure IPAM to use Group Policy Based provisioning.
What command should you run first?
To answer, select the appropriate options in the answer area.
Hot Area:

Explanation:
The choice of a provisioning method is permanent for the current installation of IPAM Server. To
change the provisioning method, you must uninstall and reinstall IPAM Server.
Choose an IPAM Provisioning Method
Wrong.
To switch from manual to GPO (Automatic):
Set-IpamConfiguration -ProvisioningMethod Automatic -GpoPrefix $prefix
You can’t switch from automatic to manual, need to reinstall.
6
1
Wrong! Set-IpamConfiguration -ProvisionMethod Automatic
6
1
this depends if its Windows server 2012 or 2012 r2. You can use set-ipamconfiguration for 2012 r2 but not 2012. Must be uninstalled.
2
0
MS exams always follow the latest release of the OS. Therefore you use Set-IpamConfiguration.
0
0
Quote 70-412 (v.2):
“Progenitor
September 20, 2016 at 8:02 am
The exam has been updated to R2, so you can assume that the installation of IPAM will be a 2012 R2, if not stated otherwise.
To conclude, the solution is
in 2012 RTM: Uninstall-Windowsfeature -Name Ipam
in 2012 R2 : Set-IPAMConfiguration -ProvisioningMethod Automatic
As a side note: MS wants to hear the best possible solution given the choice. There has been no word, that a given solution is technically accurate with all paramters provided.”
2
0