exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 1 question 48 discussion

Actual exam question from Microsoft's 70-743
Question #: 48
Topic #: 1
[All 70-743 Questions]

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?

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
The Set-IpamConfiguration cmdlet modifies the configuration for the computer that runs the IPAM server.
The -GpoPrefix<String> parameter specifies the unique Group Policy object (GPO) prefix name that IPAM uses to create the group policy objects. Use this parameter only when the value of the ProvisioningMethod parameter is set to Automatic.
References:
https://technet.microsoft.com/en-us/library/jj590816.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Shaunyshaun
4 years, 3 months ago
Set-IpamConfiguration [-Force] [-PassThru] [-ProvisioningMethod] <ProvisioningMethod> [[-GpoPrefix] <String>] <----------------------------------------------This switch [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
upvoted 1 times
...
augustogcn
4 years, 5 months ago
I think it's C https://docs.microsoft.com/en-us/powershell/module/ipamserver/invoke-ipamgpoprovisioning?view=win10-ps
upvoted 1 times
augustogcn
4 years, 5 months ago
I've changed my mind: (Now I think the answer is ok) PS C:\> Set-IpamServerConfiguration -GpoPrefix Specifies the unique Group Policy Object (GPO) prefix name that IPAM uses to create the group policy objects. Use this parameter only when the value of the ProvisioningMethod parameter is set to Automatic. (The question says IPAM is configured to use the Group Policy based provisioning method.)
upvoted 1 times
...
...
spirel
4 years, 6 months ago
The answer is correcte.
upvoted 1 times
...
Franky
4 years, 11 months ago
Answer is B. The IPAM GPO prefix is stored in the IPAM configuration settings.
upvoted 3 times
...
brunosilvam
5 years, 2 months ago
Invoke-IpamGpoProvisioning EX: Invoke-IpamGpoProvisioning -Domain "child.contoso.com" -GpoPrefixName "IPAM1" -Force
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...