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.

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
2012r2 supports Set-IpamConfiguration -ProvisioningMethod Automatic
https://technet.microsoft.com/en-us/%5Clibrary/jj590816%28v=wps.630%29.aspx
0
0
Ya is right. You can go from manual to gp but not the other way around
0
0
Yes but 2012R2 isn’t mentioned in the Question therefore i’ll go with reinstall IPAM.
If the question at the Exam states 2012R2 then i’ll take set-ipamconfig…
0
0
Provided solution works allways. Solution provided by Ya works only in case of R2 OS.
0
0
We supposed to pass 2012R2, right?! I agree with Ya
0
0
April 26, 2016 8:48 am
TDAC says:
**I’ve posted this elsewhere, but I am also posting it here to dispel any myths**
———————————
Guys – I know there is A LOT of confusion around this. The TechNet documentation is out of date. We know it’s Server 2012 R2 because it mentions using SQL (this is *only* available in 2012 R2). When you run the IPAM wizard and if you select “Manual”, on the next screen (the summary screen) there is an message that says “If you choose the GPO-based provisioning method, you cannot change to the manual method after completing this wizard. However, you can use the Set-IPAMConfiguration Windows Powershell cmdlet to change from manual to GPO-based provisioning later if desired.”
Here is a screen shot for proof. http://imgur.com/CamPMNL
If you don’t believe it – you can test it in your own lab by performing the following steps.
1. Install the IPAM Feature
2. From Server Manager – go to IPAM, and start Step 1 “Provision the IPAM Server”.
3. Select the manual method and click Next
You will be able to prove this to yourself in a matter of minutes.
0
0
I suppose there’s a typo in the question because based on the link below, the answer should be:
https://technet.microsoft.com/en-au/library/jj878306.aspx
Invoke-IpamGpoProvisioning -Domain contoso.com
0
0
https://technet.microsoft.com/en-us/library/jj878313.aspx#provision
See note under: Choosing a provisioning method
You cannot change the provisioning method for the current installation of IPAM Server after it has been selected. To change the provisioning method, you must uninstall and reinstall IPAM Server on the computer.
0
0
omar says:
January 11, 2016 at 11:41 pm
you can go from manual to automatic if your server is 2012R2 this is the only direction “from manual to automatic” also see the statment “The IPAM database is located on a server named SQL1” 2012R2 only can store its database on sql server 2012 or earlier versions cannot, so the answer is
SET-IPAMCONFIGRATION -PROVISIONINGMETHOD AUTOMATIC
0
0
No, it says “The IPAM database is located on a server named SQL1.” Server NAMED SQL1, it does not says that the database is SQL.
0
0
Can the windows internal database be located in an external server when setting up IPAM?
0
0
So as kurt mentioned, Only the server is named SQL1. Could be a WID database on a server named SQL1. For that reason we still don’t know if the question is talking about 2012 or 2012 R2.
Better go with Uninstall-WindowsFeature -name IPAM?
0
0