Upgrading Your Skills to MCSA: Windows Server 2016 — Question 37

You are implementing a new network. The network contains a DHCP server named DHCP1 that runs Windows Server 2016. DHCP1 contains a scope named
Scope1 for the 192.168.0/24 subnet.
Your company has the following policy for allocating IP addresses:
✑ All server addresses must be excluded from DHCP scopes.
✑ All client computer must receive IP addresses from Scope1.
✑ All Windows servers must have IP addresses in the range of 192.168.0.200 to 1 92.168.0.240
✑ All other network devices must have IP addresses in the range of 192.168.0.180 to 1 92.168.0.199.
You deploy a print device named Print1.
You need to ensure that Print1 adheres to the policy for allocating IP addresses.
Which command should you use?

Answer options

Correct answer: B

Explanation

The correct answer is B, Add-DhcpServerv4ExclusionRange, because this command allows you to define a range of IP addresses that DHCP will not assign, effectively excluding certain addresses from being allocated to clients. The other options do not fit the requirement; A is for leasing addresses, C is for filtering DHCP requests, and D is for reserving specific IPs for devices, which does not meet the exclusion policy needed for Print1.