HOTSPOT
Your network contains an Active Directory domain named contoso.com.
You install the IP Address Management (IPAM) Serverfeature 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.
Answer: Uninstall-WindowsFeature -Name Ipam
Explanation:
Need to reinstall. You can’t change provisioning method after installation of IPAM server.
Need to reinstall if OS is Windows Server 2012, in Windows Server 2012 R2 you can change from manual to automatic with the following PowerShell command:
Set-IpamConfiguration -ProvisionMethod Automatic
You can change in one direction only.
Thanks good spot.
Database is located on SQL, so OS is 2012R2 100%