Networking with Windows Server 2016 — Question 127
You have an Active Directory forest that contains 30 servers and 6,000 client computers.
You deploy a new DHCP server that runs Windows Server 2016.
You need to retrieve the list of the authorized DHCP servers.
Which command should you run?
Answer options
- A. Get-ADResourceProperty ""Filter DHCP
- B. Netsh DHCP show server
- C. Netsh DHCP server initiate auth
- D. Get-DHCPServerSetting
- E. Netstat ""p IP ""s -a
Correct answer: B
Explanation
The correct command to retrieve the list of authorized DHCP servers is 'Netsh DHCP show server', which directly queries the DHCP server for its status. The other options do not provide a method to list authorized DHCP servers, as they either relate to different functionalities or are incorrectly formatted.