70-741 Exam QuestionsBrowse all questions from this exam

70-741 Exam - Question 186


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?

Show Answer
Correct Answer: B

To modify the GPO prefix used by IPAM, you should use the Set-IpamConfiguration cmdlet. This cmdlet is designed to configure settings for the IPAM server, including specifying a unique Group Policy object (GPO) prefix name used by IPAM. This is applicable when the value of the ProvisioningMethod parameter is set to Automatic, ensuring that the manually changed GPO prefixes are recognized and used by IPAM.

Discussion

3 comments
Sign in to comment
weng
Oct 7, 2019

Answer is CORRECT

panda
Nov 22, 2020

Manually you can set GPO name prefix in Select provisioning method on Provision IPAM. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj878310(v=ws.11)

panda
Jan 20, 2021

I think B is correct. B. Run the Set-IpamConfiguration cmdlet. This cmdlet can change GPO name, which renamed manually, to be use by IPAM C. Click Provision the IPAM server in Server Manager. This question says you munually rename, not create new settings. So this option must be excluded. D. Run the Invoke-IpamGpoProvisioning cmdlet. This cmdlet create GPO, not rename GPO. So this option must be excluded.