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 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.240All 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?

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.240All 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?

A.
Add-DhcpServerv4Lease

B.
Add-DhcpServerv4ExclusionRange

C.
Add-DhcpServerv4Filter

D.
Add-DhcpServerv4Reservation

Explanation:

References: https://technet.microsoft.com/en-us/library/jj590721(v=wps.630).aspx



Leave a Reply 1

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


Pekah74

Pekah74

Provided answers are totally wrong…
Add-DhcpServerv4Lease – no as no need to use in this case. Even more: “This cmdlet is for testing purposes only.” after: https://docs.microsoft.com/en-us/powershell/module/dhcpserver/add-dhcpserverv4lease?view=win10-ps
Add-DhcpServerv4ExclusionRange – no as we are not asked to enforce whole company policy but only: “need to ensure that Print1 adheres to the policy”. Then the correct one is:
D – Add-DhcpServerv4Reservation . As print device, not being a server will use DHCP and reservation done guards that its IP is always from allowed range.