Networking with Windows Server 2016 — Question 100

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 Allow
Does this meet the goal?

Answer options

Correct answer: A

Explanation

The command Add-DHCPServerv4Filter effectively adds a filter for DHCP allowing only authorized MAC addresses to receive IP addresses from Server1. Therefore, this solution meets the goal of restricting IP address allocation to only allowed devices. The other option 'No' is incorrect as it does not recognize the effectiveness of the command in achieving the desired security measure.