What command should you run first?

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.


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.


Answer:

Explanation:



Leave a Reply 5

Your email address will not be published. Required fields are marked *


The answers from V.2 without the arguments.

The answers from V.2 without the arguments.

Set-IpamConfiguration -ProvisioningMethod Automatic

Works in Windows Server 2012 R2.

sysadmin

sysadmin

confirmed. The book says that you can only go from manual to auto. It you want to do the opposite, you have to uninstall and reinstall IPAM.

John

John

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.aspx

John

John

Upon further research first comment is correct .
From Ref 70-417 Upgrading from Windows Server 2008 to Windows Server 2012 R2
You can use the following Windows Powershell command after completing the Provision IPAM wizard to change the provisioning method in one direction only – from manual to GPO based automatic
Set-IpamConfiguration -ProvisioningMethod Automatic

John

John

And its clearly marked as an exam tip