PrepAway - Latest Free Exam Questions & Answers

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.

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Type the following command at a Windows PowerShell prompt and press ENTER:
PS C:\> Get-IpamRange –AddressFamily IPv4 –AddressCategory Private|where-object
{$_.Overlapping –eq “True”}
The previous command will display any overlapping IP address ranges, if they exist.

Walkthrough: Demonstrate IPAM in Windows Server 2012 R2.


Leave a Reply