Upgrading Your Skills to MCSA: Windows Server 2016 — Question 67
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2016.
Server1 has IP Address Management (IPAM) installed. IPAM is configured to use the Group Policy based provisioning method. The prefix for the IPAM Group
Policy objects (GPOs) is IP.
From Group Policy Management, you manually rename the IPAM GPOs to have a prefix of IPAM.
You need to modify the GPO prefix used by IPAM.
What should you do?
Answer options
- A. Click Configure server discovery in Server Manager.
- B. Run the Set-IpamConfiguration cmdlet.
- C. Run the Invoke-IpamGpoProvisioning cmdlet.
- D. Click Provision the IPAM server in Server Manager.
Correct answer: B
Explanation
The correct answer is B, as running the Set-IpamConfiguration cmdlet allows you to specify the GPO prefix used by IPAM. Options A and D do not provide a method for changing the GPO prefix, while option C is used for provisioning GPOs rather than modifying existing ones.