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.

Answer:

Explanation:

Type the following command at a Windows PowerShell prompt and press ENTER:

PS C:> Get-IpamRange CAddressFamily IPv4 CAddressCategory Private|where-object {$_.Overlapping Ceq “True”}

The previous command will display any overlapping IP address ranges, if they exist.

Reference: Walkthrough: Demonstrate IPAM in Windows Server 2012 R2.

Latest 70-412 Dumps Valid Version with 448 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments