Which command should you use?

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 computers must receive IP addresses from Scope1
All Windows servers must have IP addresses in the range of 192.168.0.200 to 192.168.0.240
All other network devices must have IP addresses in the range of 192.168.0.180 to 192.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?
A. Add-DhcpServerv4Lease
B. Add-DhcpServerv4ExclusionRange
C. Add-DhcpServerv4Filter
D. Add-DhcpServerv4Reservation

microsoft-exams

One thought on “Which command should you use?

  1. Use Add-DhcpServerv4Reservation to create a reservation for Print1, pick an IP address from range 192.168.0.180 to 192.168.0.199, for example:-
    Add-DhcpServerv4Reservation -ScopeId 192.168.0.0 -IPAddress 192.68.0.180 -ClientId “F0-DE-F1-7A-00-5E” -Description “Reservation for Print1”

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.