exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 2 question 5 discussion

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

You have a server named Server1 that runs Windows Server 2016.
You need to install the DNS Server role on Server1.
What should you run?

  • A. the dnscmd.exe command
  • B. the dns.exe command
  • C. the Install-Package cmdlet
  • D. the Enable-WindowsOptionalFeature cmdlet
  • E. the setup.exe command
  • F. the Add-WindowsPackage cmdlet
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Enable-WindowsOptionalFeature -Online -FeatureName DNS-Server-Full-Role
References:
https://docs.microsoft.com/en-us/powershell/module/dism/enable-windowsoptionalfeature?view=win10-ps https://blogs.technet.microsoft.com/teamdhcp/2015/12/04/how-to-deploy-windows-dns-server-on-nano-server/

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
limgahon
4 years, 11 months ago
install-windowsfeature or enable-windowsoptionalfeature , each could make it.
upvoted 2 times
...
MelvinJohn
5 years ago
Install-WindowsFeature DNS -IncludeManagementTools. Not an optional answer here so (D) comes closest.
upvoted 1 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 ...