exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 22 discussion

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

DRAG DROP -
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2016.
You install IP Address Management (IPAM) on Server1.
You need to manually start discovery of the servers that IPAM can manage in contoso.com.
Which three cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
https://technet.microsoft.com/itpro/powershell/windows/ipam/add-ipamdiscoverydomain https://technet.microsoft.com/itpro/powershell/windows/ipam/add-ipamserverinventory https://technet.microsoft.com/itpro/powershell/windows/ipam/invoke-ipamserverprovisioning

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
Husny
Highly Voted 5 years, 5 months ago
Step 1: Invoke-IpamServerProvisioning Choose a provisioning method The Invoke-IpamGpoProvisioning cmdlet creates and links three group policies specified in the Domain parameter for provisioning required access settings on the server roles managed by the computer running the IP Address Management (IPAM) server. Step 2: Add-IpamDiscoveryDomain Configure the scope of discovery The Add-IpamDiscoveryDomain cmdlet adds an Active Directory discovery domain for an IP Address Management (IPAM) server. A discovery domain is a domain that IPAM searches to find infrastructure servers. An IPAM server uses the list of discovery domains to determine what type of servers to add. By default, IPAM discovers all domain controllers, Dynamic Host Configuration Protocol (DHCP) servers, and Domain Name System (DNS) servers. Step 3: Start-ScheduledTask Start server discovery To begin discovering servers on the network, click Start server discovery to launch the IPAM ServerDiscovery task or use the Start-ScheduledTask command
upvoted 30 times
...
Miandradee
Highly Voted 5 years, 7 months ago
the right answer would be: server provision discover domain scheduled task https://newhelptech.wordpress.com/2018/12/02/implementing-configuring-ipam-in-windows-server-2016/
upvoted 23 times
...
panda
Most Recent 3 years, 10 months ago
I understand that Start-ScheduledTask starts a task that has alreadly been scheduled, not setting schedule for a task.
upvoted 1 times
...
simocb
3 years, 11 months ago
This solution is wrong, I agree with dritter
upvoted 1 times
...
iamanas
4 years ago
correct sequence 1)invoke-IpamServerprovisioning 2)Add-ipamdiscoverydomain 3)Start-ScheduledTask
upvoted 3 times
Pcservices
4 years ago
i think you are right
upvoted 1 times
...
...
Vortex_SA
4 years ago
Step 1: Invoke-IpamServerProvisioning Choose a provisioning method The Invoke-IpamGpoProvisioning cmdlet creates and links three group policies Step 2: Add-IpamDiscoveryDomain Configure the scope of discovery The Add-IpamDiscoveryDomain cmdlet adds an Active Directory discovery domain for an IP AddressManagement (IPAM) server Step 3: Start-ScheduledTask Start server discovery To begin discovering servers on the network, click Start server discovery to launch the IPAM ServerDiscovery task or use the Start-ScheduledTask command
upvoted 1 times
...
dvasselt
4 years, 2 months ago
I was confused because the question stated that you install IPAM, making the Invoke-IpamServerProvisioning obsolete, or is that still needed even if you already have installed IPAM?
upvoted 1 times
...
Kamikazekiller
4 years, 5 months ago
Invoke-IpamServerProvisioning Add-IpamDiscoveryDomain Start-ScheduledTask
upvoted 4 times
...
Last
4 years, 6 months ago
The Answer is correct! 1. Discover the domain is after provisioning. 2. Add manually the IP. We know, it does not make sense . The preferred method is GPO. It will require a lot of work to configure rights, share, firewall configuration,... 3. No choice: invoke command at the end without the -GPOPrefix
upvoted 3 times
eroc1990
4 years ago
The answer provided is incorrect. The prompt only says IPAM has been installed. You need to provision IPAM before you can do anything with it.
upvoted 1 times
...
mtaabhar
3 years, 10 months ago
you are correct. i shouldn't have trusted the most liked comments.
upvoted 1 times
...
...
samemee
4 years, 8 months ago
The solution is wrong, it must be like; Invok-IpamServerprovision Add-IpamDiscoveryDomain Start-ScheduledTask
upvoted 3 times
...
TooManyExams
4 years, 10 months ago
Looking at https://powershellpr0mpt.com/2018/07/18/ipam-2016-in-powershell/ - a script to fully configure IPAM I would say the answer is Invoke-IpamServerProvisioning Add-IpamDiscoveryDomain Start-ScheduledTask
upvoted 4 times
...
coleman
5 years, 1 month ago
Invoke-IpamServerProvisioning Add-IpamDiscoveryDomain Start-ScheduledTask
upvoted 21 times
...
TMW
5 years, 6 months ago
Also, the Invoke-IpamGpoProvisioning command must be the first thing you do, not the last.
upvoted 3 times
...
TMW
5 years, 6 months ago
This one is incorrect. You need to use the invoke-ipamgposerverprovisioning command. They are missing the GPO part, which makes the command incorrect, and therefore the answer to the question incorrect.
upvoted 2 times
Dave_Holden
4 years, 11 months ago
You can use invoke-IPAMServerProvisioning, it has a -GpoPrefix option. If you don't specify this it assumes manual provisioning instead of GPO based. https://docs.microsoft.com/en-us/powershell/module/ipamserver/invoke-ipamserverprovisioning?view=win10-ps
upvoted 1 times
...
...
tetin20
5 years, 7 months ago
As stated by Miandradee i've found a script that supports it https://powershellpr0mpt.com/2018/07/18/ipam-2016-in-powershell/
upvoted 3 times
...
dritter
5 years, 10 months ago
This solution is wrong. You can't add a discovery domain before you've provisioned the server. You'll get the following error otherwise. PS > Add-IpamEriscoveryDemain -Name contoso.cam Add-IpamDiscoveryDomain : The IPAM server must be provisioned before you can use it. To provision the IPAM server i please launch IPAM server provisioning wizard from the overview page or run Invoke-IpamServerProvisioning PowerShell
upvoted 7 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago