exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 98 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You network contains an Active Directory domain named contoso.com.
You need to create a Nano Server image named Nano1 that will be used as a virtualization host. The Windows Server 2016 source files are located in drive D.
Solution: You run the following cmdlet.
New-NanoServerImage ""Edition Datacenter ""DeploymentType Host ""Package Microsoft-NanoServer-Compute-Package -MediaPath "˜D:\' ""TargetPath C:
\Nano1\Nano1.wim ""ComputerName Nano1 ""DomainName Contoso.com
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
WgetDc
Highly Voted 5 years, 10 months ago
is B (No)
upvoted 5 times
[Removed]
5 years, 9 months ago
It is indeed No, the command is missing the Compute switch which enables the nano image to run as a VM host.
upvoted 1 times
Samuelpn96
5 years, 1 month ago
The command is using the Microsoft-NanoServer-SCVMM-Compute-Package, and when you use "Compute" on the package you don't need to use the -compute switch. "Add the VMM compute package, Microsoft-NanoServer-SCVMM-Compute-Package, to ensure that the VHD has the Hyper-V role, and that you can manage the physical server using VMM. If you install this package, don't use the -Compute option for the Hyper-V role)." https://docs.microsoft.com/pt-br/system-center/vmm/hyper-v-nano?view=sc-vmm-2016
upvoted 2 times
Samuelpn96
5 years, 1 month ago
So, the answer is Yes.
upvoted 1 times
...
...
...
...
Vortex_SA
Most Recent 4 years, 9 months ago
https://docs.microsoft.com/en-us/windows-server/get-started/deploy-nano-server -Package Microsoft-NanoServer-SCVMM-Compute-Package Use the SCVMM Compute package only if you are monitoring Hyper-V
upvoted 1 times
Vortex_SA
4 years, 9 months ago
Sorry. I see its SCVMM
upvoted 1 times
...
...
panda
5 years ago
Nano server is no longer on 70-740
upvoted 3 times
...
Craig92866
5 years, 2 months ago
Answer is correct. The Microsoft-NanoServer-Compute-Package package contains the Compute feature.
upvoted 2 times
...
coleman
5 years, 8 months ago
Installing the Nano server package Microsoft-NanoServer-Compute-Package is equivalent to using "-Compute" option during "New-N anoServerImage" cmdlet, this will install Hyper-V role in Nano Server image.
upvoted 4 times
...
MrRiver
5 years, 8 months ago
Answert is NO ! "Package Microsoft-NanoServer-Compute-Package" is wrong you need the "-compute" switch. Altough a .wim File as -targetpath is possible see https://docs.microsoft.com/en-us/powershell/module/nanoserverimagegenerator/new-nanoserverimage?view=win10-ps
upvoted 1 times
Samuelpn96
5 years, 1 month ago
According to what is said on this article when you use Package Microsoft-NanoServer-Compute-Package you won't use -compute switch at the end of the command. "Add the VMM compute package, Microsoft-NanoServer-SCVMM-Compute-Package, to ensure that the VHD has the Hyper-V role, and that you can manage the physical server using VMM. If you install this package, don't use the -Compute option for the Hyper-V role)." https://docs.microsoft.com/pt-br/system-center/vmm/hyper-v-nano?view=sc-vmm-2016
upvoted 1 times
...
...
RickSk
5 years, 10 months ago
I think this wrong. The target path is supposed to be a .vhd or .vhdx file, not a .wim file.
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 ...