exam questions

Exam 70-410 All Questions

View all questions & answers for the 70-410 exam

Exam 70-410 topic 3 question 58 discussion

Actual exam question from Microsoft's 70-410
Question #: 58
Topic #: 3
[All 70-410 Questions]

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 192.168.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.
  • E. From the DHCP console, modify the properties of Scope1.
  • F. From Windows PowerShell, run the Set-DhcpServerv4Policy cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Set-DhcpServerv4Scope sets the properties of an existing IPv4 scope on the Dynamic Host Configuration Protocol (DHCP) server service.
Syntax:

Parameter Set: WithoutRange -
Set-DhcpServerv4Scope [-ScopeId]<IPAddress> [-ActivatePolicies <Boolean> ] [-AsJob] [-CimSession <CimSession[]> ] [-ComputerName <String> ] [-Delay
<UInt16> ] [-Description <String> ] [-LeaseDuration <TimeSpan> ] [-MaxBootpClients <UInt32> ] [-Name <String> ] [-NapEnable <Boolean>] [-NapProfile
<String> ] [-PassThru] [-State <String> ] [-SuperscopeName <String> ] [-ThrottleLimit <Int32> ] [-Type <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: WithRange -
Set-DhcpServerv4Scope [-ScopeId] <IPAddress> -EndRange<IPAddress>-StartRange <IPAddress> [-ActivatePolicies <Boolean> ] [-AsJob] [-CimSession
<CimSession[]> ] [-ComputerName <String> ] [-Delay <UInt16> ] [-Description <String> ] [-LeaseDuration <TimeSpan> ] [-MaxBootpClients <UInt32> ] [-Name
<String> ] [-NapEnable <Boolean> ] [-NapProfile <String> ] [-PassThru] [-State <String> ] [-SuperscopeName <String> ] [-ThrottleLimit <Int32> ] [-Type <String> ]
[-Confirm] [-WhatIf] [ <CommonParameters>]

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Joadeika
4 years, 7 months ago
My bad. YES. You are right.
upvoted 2 times
...
juls_50
4 years, 8 months ago
I disagree with you. The Answer is not D but C. You can not modify or change the subnet ask of a DHCP scope on a windows server without first deleting the scope. You must delete the scope and then recreate it. So the answer is C not D
upvoted 2 times
...
Joadeika
5 years, 2 months ago
I think the answer should be D; which is actually described in the solution and not C
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...