exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 6 discussion

Actual exam question from Microsoft's 70-741
Question #: 6
Topic #: 1
[All 70-741 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory domain named contoso.com. The domain contains a DHCP server named Server2 than runs Windows Server 2016.
Users report that their client computers fail to obtain an IP address.
You open the DHCP console as shown in the Exhibit. (Click the Exhibit button.)


Scope1 has an address range of 172.16.0.10 to 172.16.0.100 and a prefix length of 23 bits.
You need to ensure that all of the client computers on the network can obtain an IP address from Server2.
Solution: You run the Set-DhcpServerv4Scope cmdlet.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
References: https://technet.microsoft.com/itpro/powershell/windows/dhcp-server/set-dhcpserverv4scope

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
Ben22
Highly Voted 4 years, 11 months ago
Answer is Yes- The scope has run out of IP addresses. The range of the scope needs to be reconfigured by using Set-DhcpServerv4Scope cmdlet
upvoted 12 times
...
[Removed]
Highly Voted 5 years, 6 months ago
DHCP console Blue Icon with Circle: No addresses are available from server scopes because the maximum (100 percent) of the addresses allocated for use are currently leased. This represents a failure of the DHCP server on the network because it is not able to lease or service clients. You will need to use a set command with your desired parameter to free up addresses or bump up range
upvoted 10 times
...
Dlam
Most Recent 3 years, 12 months ago
Got this on exam 12/18/2020
upvoted 2 times
...
Sten111
4 years, 1 month ago
Lots of disagreements on this one but i'd go for yes because: Blue icon = run out of addresses to lease 23 bit mask and only using .10-.100 = lots of room for increase Set-DhcpServerv4Scope -ScopeId 172.16.0.0 using the -StartRange and -EndRange parameters would allow you to increase the scope size and solve the issue. https://docs.microsoft.com/en-us/powershell/module/dhcpserver/set-dhcpserverv4scope?view=win10-ps
upvoted 4 times
...
abhic25
4 years, 2 months ago
The answer is B, as the next step is repairing not set something unless you try within first.
upvoted 1 times
...
Vin9eR
4 years, 2 months ago
A Set-DhcpServerv4Scope -ScopeId 172.16.0.0 -State InActive Set-DhcpServerv4Scope -ScopeId 172.16.0.0 -State Active
upvoted 1 times
...
TA77
4 years, 2 months ago
I'm going with A. Because:- 1- The blue icon means all the IP addresses are leased out. 2- "Users" is a vague word, and doesn't necessarily means all users neither some users. So, I don't think it's a database problem.
upvoted 1 times
...
Danuda
4 years, 2 months ago
Set-DhcpServerv4Scope cmdlet. THE CORRECT ONE!!
upvoted 1 times
...
cjake2299
4 years, 2 months ago
Set-DhcpServerv4Scope is not "the most correct answer" because you'll need additional parameters to extend the size of the scope or lowwer the lease duration. Set-DhcpServerv4Scope by itself does not meet the objective.
upvoted 1 times
Robbie
4 years, 2 months ago
so what is the correct answer?
upvoted 1 times
...
TA77
4 years, 2 months ago
But for some questions, Microsoft doesn't provide the parameters with the command, although the answer might be correct, so this is not something to base your answer upon.
upvoted 3 times
...
...
bake73
4 years, 9 months ago
The question states "Users" not " Some users" implying that NO ONE get's an IP address. Thus, this is a database problem that would be corrected with the Repair cmdlet. Answer is B
upvoted 2 times
lbs
4 years, 8 months ago
This an interesting interpretation. If it is so, then I agree the answer is NO.
upvoted 1 times
ve22
4 years, 8 months ago
But than it states "You need to ensure that ALL of the client computers.."
upvoted 1 times
...
...
Robbie
4 years, 3 months ago
"Users" doesn't necessarily mean "All users" it could also mean "some users"
upvoted 2 times
...
...
Blue
5 years ago
The Blue Question mark means that the scope is out of IP addresses we use Set-DHCPSeverV4Scope the rectify the issue either by increaing the scope IP or by altering the lease time thus resolving the issue. Ref: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/gg722802(v=ws.10) and https://docs.microsoft.com/en-us/powershell/module/dhcpserver/set-dhcpserverv4scope?view=win10-ps
upvoted 10 times
...
KS20
5 years, 1 month ago
Set-DhcpServerv4Scope is the correct Answer. Bonna is correct.
upvoted 7 times
coleman
5 years, 1 month ago
no no no no , please read the question carefully...the answer is NO
upvoted 3 times
PatS
5 years, 1 month ago
Why NO?
upvoted 11 times
...
Thermal
4 years, 5 months ago
Please don't say "read the question carefully" if you don't elaborate. After checking the prefix length of 23 bits that subnet should provide IP's up to all the way up to 172.16.0.254. It states Scope 1 is only using from 172.16.0.10 to 172.16.0.100. Therefore the scope still has room to be increased. If you are hinging your answer on the term "Users" then I think you are incorrect. Users by itself does not indicate all or some. The blue arrow indicating no leases to lend out combined with the scope not using the full range available from the prefix length points to simply needing to increase the scope size, therefore A (YES) is correct.
upvoted 7 times
...
Tigz
4 years ago
You are wrong. The Set-DhcpServerv4Scope cmdlet sets the properties of an existing IPv4 scope on the Dynamic Host Configuration Protocol (DHCP) server service. PS C:\> Set-DhcpServerv4Scope -ComputerName "dhcpserver.contoso.com" -ScopeId 10.10.10.0 -Name "Ext Lab Net VLAN100" -State Active -LeaseDuration 4.00:00:00
upvoted 1 times
...
...
...
Person
5 years, 1 month ago
The question says: "Users report that their client computers fail to obtain an IP address.", not says "Some users...". This make me thinks that there isnt a problem with the range of IP to lease. The problem is with the inconsistency of database or time to release IP is too big. If the computers that obtain IP changed, this would be a valid option. But they are always the same computers. For this reason, for me, the problem is with the consistency of database and not with lease duration or range, and the answer is B.-No.
upvoted 2 times
[Removed]
4 years, 5 months ago
It says "Users report..." not "All users report..."
upvoted 1 times
...
...
coleman
5 years, 2 months ago
The correct cmdlet is "Repair-DhcpServerv4IPRecord"
upvoted 3 times
...
dan
5 years, 3 months ago
Bonna is correct the comd set-dhcpserverv4scope is used for setting the properties of an existing scope. the blue Icon represents that the scope has run out of leases. this is a good link to follow for the icons: read:https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/gg722802(v=ws.10)
upvoted 4 times
...
DD
5 years, 7 months ago
What settings here are we setting in this command? I know the answer is correct but what parameters are we using with the "Set-dhcp..." command? Or is it just any one of those parameters available? Is there an obvious one?
upvoted 2 times
...
dritter
5 years, 9 months ago
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/gg722802(v=ws.10) See the Scope or superscope alert.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago