You need to ensure that Scope1 has a subnet mask of 255.255.255.0

Your network contains an Active Directory domain named contoso.com. The domain
contains a DHCP server named Server1that runs Windows Server 2012 R2.
You create a DHCP scope named Scope1. The scope has a start address of 192168.1.10,
an end address of 192.168.1.50, and a subnet mask of 255.255.255.192.
You need to ensure that Scope1 has a subnet mask of 255.255.255.0. What should you do
first?

Your network contains an Active Directory domain named contoso.com. The domain
contains a DHCP server named Server1that runs Windows Server 2012 R2.
You create a DHCP scope named Scope1. The scope has a start address of 192168.1.10,
an end address of 192.168.1.50, and a subnet mask of 255.255.255.192.
You need to ensure that Scope1 has a subnet mask of 255.255.255.0. What should you do
first?

A.
From Windows PowerShell, run the Remove-DhcpServerv4PolicyIPRange cmdlet.

B.
From the DHCP console, modify the Scope Options of Scope1.

C.
From Windows PowerShell, run the Remove-DhcpServerv4Scope cmdlet.

D.
From Windows PowerShell, run the Set-DhcpServerv4Scope cmdlet.

Explanation:
Set-DhcpServerv4Scope
Sets the properties of an existing IPv4 scope on the Dynamic Host Configuration Protocol
(DHCP) server service.



Leave a Reply 5

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

18 − eleven =


PeterPan

PeterPan

Answer is C, to change the subnet mask you have to remove the scope, then add it again.

simo

simo

Correct answer is “C”

You can not change the subnet mask unless you delete it and recreate it.

seabee

seabee

You cannot change the subnet mask. You will have to delete it and re-create the scope. The answer is C

mohamed

mohamed

correct answer is c

Nelson

Nelson

I also agree, you need to delete the scope and recreate it.
Answer is C