Your network contains an Active Directory domain named contoso.com.
The domain contains a server named Server1 that runs Windows Server 2012 R2. Server1 has the IP
Address Management (IPAM) Server feature installed.
IPAM is configured currently for Group Policy- based provisioning.
You need to change the IPAM provisioning method on Server1.
What should you do?

A.
Run the ipamgc.exe command.
B.
Run the Set-IPAMConfiguration cmdlet.
C.
Reinstall the IP Address Management (IPAM) Server feature.
D.
Delete IPAM Group Policy objects (GPOs) from the domain.
Explanation:
You cannot change the provisioning method after completing the initial setup.
Ans: B
0
0
Sakibur.
When you use an SQL database with IPAM, you can change the provisioning method from MANULA to GPO-based.
You CANNOT change it from GPO-based to Manual
0
0
The enhancement of Windows Server 2012 R2 is that you can change the provisioning method from manual to GPO-based using the Set-IPAMConfiguration
0
0
…but not from GPO to manual.
0
0
Unfortunately so – once you go GPO, you can never go manual…-o… lol
TLDR: the only way to go to manual provisioning is to reprovision the IPAM.
0
0
Question does not state SQL so you have to assume WID is being used by IPAM because that is the default. Without SQL, it is not possible to change the provisioning method either direction, so there is no question that the answer is C.
Even if SQL is used, you can only go from manual to GPO, NOT from GPO to Manual. No matter how the server is configured, the only way to go from GPO to Manual is to uninstall and reinstall the role, so again, the answer is C.
0
0
Answer: C
Based on MS documentation you can not change GPO to manual or manual to GPO.
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.
https://technet.microsoft.com/en-us/library/jj878310(v=ws.11).aspx
0
0