exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 90 discussion

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

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a server named Server1 that runs Windows Server 2016.
You install the DHCP Server server role on Server1.
You need to authorize DHCP on Server1.
What should you run?

  • A. dism.exe
  • B. dns.exe
  • C. dnscmd.exe
  • D. netsh.exe
  • E. Set-DhcpServerDatabase
  • F. Set-DhcpServerv4DnsSetting
  • G. Set-DhcpServerv6DnsSetting
  • H. Set-DNSServerSetting
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
KFL_
Highly Voted 5 years, 8 months ago
Full command: netsh dhcp add server <ServerDNSDomainName> <ServerIPAddress>
upvoted 14 times
...
coleman
Highly Voted 5 years, 7 months ago
Explanation/Reference: Besides Powershell Get-DHCPServerInDc and Add-DHCPServerInDc, you could also use the traditional netsh.exe (Network Shell Executable) command to manipulate the list of Authorized DHCP Servers in an Active Directory environment. For example, to authorize server1 with its IP address 10.0.0.1 C:\> netsh dhcp add server server1.contoso.com 10.0.0.1 C:\> netsh dhcp show server Moreover reference:- https://technet.microsoft.com/en-us/library/bb490941.aspx . .
upvoted 7 times
...
panda
Most Recent 4 years, 5 months ago
I think the given answer (D) is correct. Since this is a question about DHCP, options are limited as follow. D.netsh.exe. E.Set-DhcpDatabase F.Set-DhcpServer4DnsSetting G.Set-DhcpServer6DnsSetting The answer is D.netsh.exe. "Netsh add" doesn't mean just to add a server to AD, but add and authorize the server.
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 ...