exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 2 question 35 discussion

Actual exam question from Microsoft's 70-741
Question #: 35
Topic #: 2
[All 70-741 Questions]

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?

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
References:
http://techgenix.com/listingalldhcpservers/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
pikapika
Highly Voted 5 years, 7 months ago
answer is Get-DHCPServerInDc ?
upvoted 5 times
PatS
5 years, 7 months ago
both "Netsh DHCP show server" and " Get-DHCPServerInDc"
upvoted 18 times
...
alexnt
4 years, 11 months ago
There is same question with different answers: A. Get-DHCPServerDatabase B. Netstat -p IP -s -a C. Get-DHCPServerInDc D. Show-ADAuthenticationPolicyExpression -AllowedToAuthenticateTo Offered Answer: C Explanation To get all authorized DHCP servers in Active Directory, you can use the following PowerShell cmdlet: Get-DhcpServerinDC
upvoted 4 times
...
panda
4 years, 5 months ago
I think B is correct and D isn't correct. D.Get-DHCPServerSetting obtains information of DHCP database settings.(*1) you can't understand this with Get-DHCPServerSetting as cmdlet name. Because it doesn't include "database". (*1)https://docs.microsoft.com/en-us/powershell/module/dhcpserver/get-dhcpserversetting?view=win10-ps
upvoted 1 times
...
...
panda
Most Recent 4 years, 5 months ago
Common questions, including this questoin, are as follow. topic 1 question 68 uses Get-DHCPServerInDc. topic 2 question 35 uses Netsh DHCP show server. Each command get same result.
upvoted 1 times
...
panda
4 years, 7 months ago
The given reference wasn't found. Please refer to: https://sourcedaddy.com/networking/managing-dhcp-from-command-line.html
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...