Networking with Windows Server 2016 — Question 143
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-DCHPServerDatabase
- B. Netstat-p IP –s –a
- C. Get-DHCPServerInDc
- D. Show-ADAuthenticationPolicyExpression-AllowedToAuthenticateTo
Correct answer: C
Explanation
The correct answer is C, as the Get-DHCPServerInDc command is specifically designed to retrieve the list of authorized DHCP servers in Active Directory. Options A and D do not relate to listing authorized DHCP servers, and option B is unrelated to DHCP server authorization, focusing instead on network statistics.