Valid 70-741 Dumps shared by ExamDiscuss.com for Helping Passing 70-741 Exam! ExamDiscuss.com now offer the newest 70-741 exam dumps, the ExamDiscuss.com 70-741 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-741 dumps with Test Engine here:
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-DHCPServer4Filter -ComputerName Server1 -MacAddress -List Allow Does this meet the goal?
Recent Comments (The most recent comments are at the top.)
musiman - Jan 07, 2020
The correct answer is: B.
This command generates an error, because it misses an argument for the -Macaddress. But even if you'd add a MAC address to the command, it only generates an allow filter, but it does not enable the filter. Apparently, the filter isn't enabled, so you should enable the ipv4 allow filter: Set-DhcpServerv4FilterList -Allow $true
Recent Comments (The most recent comments are at the top.)
The correct answer is: B.
This command generates an error, because it misses an argument for the -Macaddress. But even if you'd add a MAC address to the command, it only generates an allow filter, but it does not enable the filter.
Apparently, the filter isn't enabled, so you should enable the ipv4 allow filter:
Set-DhcpServerv4FilterList -Allow $true