exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 2 question 16 discussion

Actual exam question from Microsoft's 70-741
Question #: 16
Topic #: 2
[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 section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are implementing a secure network. The network contains a DHCP server named Server1 that runs Windows Server 2016.
You create a DHCP allow filter that contains all of the computers on the network that are authorized to receive IP addresses.
You discover that unauthorized computers can obtain an IP address from Server1.
You need to ensure that only authorized computers can receive an IP address from Server1.
Solution: You run the following command: Add-DHCPServerv4Filter ""ComputerName Server1 ""MacAddress * -List Deny
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
MrRiver
Highly Voted 5 years, 7 months ago
you need to enable filter lists first ... so i guess the command we need to look for is something like: Set-DhcpServerv4FilterList -ComputerName "dhcpserver.contoso.com" -Allow $True This would enabled the allow list ... wich allready cotains mac addresses so you don't need to add entrys with: Add-DhcpServerv4Filter -List Allow -MacAddress "F0-DE-F1-7A-00-5E" -Description "Laptop 09" So "Add-DhcpServerv4Filter" answers should be wrong https://docs.microsoft.com/en-us/powershell/module/dhcpserver/add-dhcpserverv4filter?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/dhcpserver/set-dhcpserverv4filterlist?view=win10-ps
upvoted 5 times
...
panda
Most Recent 4 years, 4 months ago
I think B is correct. Since -MacAddress parameter on Add-DHCPServerv4Filter can't use wildcard. When you run the cmdlet for each MacAddress, you can solve problem.
upvoted 1 times
...
NickTim
4 years, 6 months ago
Enable filter lists on the DHCP server service: C:\> Set-DhcpServerv4FilterList -ComputerName "dhcpserver.contoso.com" -Allow $True -Deny $True https://docs.microsoft.com/en-us/powershell/module/dhcpserver/set-dhcpserverv4filterlist?view=win10-ps
upvoted 2 times
...
jam7272
4 years, 7 months ago
Correct. You need to enable the list first - done in lab and confirmed.
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