HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain
contains two DHCP servers named Server1 and Server2. Both servers have multiple IPv4
scopes.
Server1 and Server2 are used to assign IP addresses for the network IDs of 172.20.0.0/16
and 131.107.0.0/16.
You install the IP Address Management (IPAM) Server feature on a server named IPAM1
and configure IPAM1 to manage Server1 and Server2.
Some users from the 172.20.0.0 network report that they occasionally receive an IP address
conflict error message.
You need to identify whether any scopes in the 172.20.0.0 network ID conflict with one
another.
What Windows PowerShell cmdlet should you run?
To answer, select the appropriate options in the answer area.
What Windows PowerShell cmdlet should you run?
HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain
contains two DHCP servers named Server1 and Server2. Both servers have multiple IPv4
scopes.
Server1 and Server2 are used to assign IP addresses for the network IDs of 172.20.0.0/16
and 131.107.0.0/16.
You install the IP Address Management (IPAM) Server feature on a server named IPAM1
and configure IPAM1 to manage Server1 and Server2.
Some users from the 172.20.0.0 network report that they occasionally receive an IP address
conflict error message.
You need to identify whether any scopes in the 172.20.0.0 network ID conflict with one
another.
What Windows PowerShell cmdlet should you run?
To answer, select the appropriate options in the answer area.
Get-IpamRange -AddressFamily IPv4 -AddressCategory Private -AddressSpace Default| where {$_.Overlapping -eq $True}
https://technet.microsoft.com/en-us/%5Clibrary/Dn363315(v=WPS.630).aspx
Another stupid trivia question.
MS even admits that no one uses IPAM.
Slightly off subject sysadmin, but how did you come up with MS admitting anything?
I think that these server tests are rigged so that most of the weight is only on a few of the newer questions. I say that because the last time I took the 411, I had all but a few of the newer four or five newer questions down cold and I still failed.
As I said, off-subject, but if I’m wrong, then I want MS to prove me wrong. It’s gets very frustrating almost passing each time.
Vent session closed now. Please tip the old guy on your way out the door.
I passed my 70-411 with a score of 868 around September 2016. Most of the questions I studied were old questions from 2015 or 2014. The tests aren’t rigged. You failed and tried to come up with an excuse. You failed despite having plenty of these practice questions and other resources to study from. You want to vent? Do it elsewhere.
Get-IpamRange -AddressFamily IPv4 -AddressCategory Private | where-object {$_.Overlapping -eq “True”}
Correct
these questions do not test your understanding, rather your ability to memorize commands.
True