Networking with Windows Server 2016 — Question 56
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 multiple servers that run Windows Server 2016.
You need to install the DNS Server server role on one of the servers.
What should you run?
Answer options
- A. dism.exe
- B. dns.exe
- C. dnscmd.exe
- D. netsh.exe
- E. Set-DhcpServerDatabase
- F. Set-DhcpServerv4DnsSetting
- G. Set-DhcpServerv6DnsSetting
- H. Set-DNSServerSetting
Correct answer: A
Explanation
The correct command to install the DNS Server role on Windows Server 2016 is dism.exe, which is a tool for managing Windows features and packages. The other options, such as dns.exe and dnscmd.exe, are not used for installation purposes; they are primarily for managing DNS configurations. The netsh.exe command is used for network configurations, while the Set-DhcpServer commands are related to DHCP settings, not DNS installation.