Does this meet the goal?

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.
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 receive 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-DHCPServer4Filter -ComputerName Server1 -MacAddress * -List Allow
Does this meet the goal?
A. Yes
B. No

microsoft-exams

3 thoughts on “Does this meet the goal?

  1. the answer is NO

    the cmdlet “Add-DHCPServer4Filter” does not exist.
    There is another very similar cmdlet “Add-DhcpServerv4Filter” with the “v” before the “4” letter.
    The correct cmdlet should be “Set-DHCPServerv4FilterList”.

    1. I think it is a typo, Microsoft tests are not usually that misleading, however there are a lot of typos in these questions

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.