exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 1 question 109 discussion

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

You have a Nano Server named Nano1.
Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?

  • A. Find-NanoServerPackage
  • B. Get-Package
  • C. Find-Package
  • D. Get-Windows Optional Feature
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Guest
Highly Voted 5 years, 8 months ago
Think it should be Get-WindowsOptionalFeature That would show the dns server role, where Get-package does not PS C:\Users\Administrator> Get-WindowsOptionalFeature -online -FeatureName DNS-Server-Full-Role FeatureName : DNS-Server-Full-Role DisplayName : DNS Server Description : This installs the DNS Server. RestartRequired : Possible State : Disabled
upvoted 5 times
stevew
5 years, 7 months ago
I would say B as using Nano we work with packages rather than features see below https://nedimmehic.org/2017/02/02/how-to-implement-packages-roles-and-features-on-nano-server/
upvoted 2 times
...
...
IG2021
Most Recent 4 years, 10 months ago
if DNS was installed with Package - than Get-Package will work Install-NanoServerPackage -Name Microsoft-NanoServer-DNS-Package -Culture en-US #https://docs.microsoft.com/de-de/windows-server/get-started/deploy-nano-server You can discover which Nano Server packages are installed with Get-Package. For example, see which packages are on Nano Server with Get-Package -ProviderName NanoserverPackage. Right Answer schould be: Get-Command -Module DNSServer | Format-List Name AND : get-WindowsFeature | Format-List Name,Installstate | more will also work
upvoted 1 times
...
plmmsg
4 years, 10 months ago
B. You can discover which Nano Server packages are installed with Get-Package. For example, see which packages are on Nano Server with Get-Package -ProviderName NanoserverPackage.
upvoted 1 times
...
IG2021
4 years, 10 months ago
From MOC: Run get-windowsfeature –comp Nano-svr1 to list the installed roles and features on Nano Server
upvoted 1 times
...
Kode
4 years, 10 months ago
B is correct: "You can discover which Nano Server packages are installed with Get-Package" https://docs.microsoft.com/en-us/windows-server/get-started/deploy-nano-server#inventory-installed-packages
upvoted 1 times
...
MelvinJohn
4 years, 10 months ago
Get-WindowsFeature is from the Server Manager module which is not enabled on Nano.https://serverfault.com/questions/713144/how-can-i-add-the-smtp-server-role-in-nano-server
upvoted 1 times
...
paulosrsf
5 years, 3 months ago
All you got to do is test in a lab guys. Get-WindowsOptionalFeature. Tested in a lab. Letter D, for sure.
upvoted 4 times
twiggs_county
5 years ago
I did the same in my lab. Get-WindowsOptionalFeature
upvoted 1 times
...
...
Nane
5 years, 5 months ago
B, is the answer correct
upvoted 2 times
...
montonearm
5 years, 6 months ago
I think that is B
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 ...