exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 96 discussion

Actual exam question from Microsoft's 70-740
Question #: 96
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.

Does this meet the goal?

  • A. Yes
  • B. No
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
shawnmcsa
Highly Voted 5 years, 8 months ago
compute command is missing
upvoted 6 times
Thermal
5 years, 3 months ago
Agreed, before getting carried away with the parameters (which let's be honest we'll all look up on the job anyway) you should check the command for installing the Hyper-V role, in this case the switch should be scvmm-compute-package. As my MCT explained it's rare that MS trips you up with syntax these days, it's more about the structure of the command and it's content, start there...then if it all looks good maybe then take a look at syntax.
upvoted 1 times
panda
5 years, 1 month ago
I agree with shawnmcsa and Thermal. If specified Microsoft-NanoServer-SCVMM-Compute-Package, -Compute switch isn't needed. However, the given command doesn't include it, but Microsoft-NanoServer-SCVMM-Package. Please refer to: https://docs.microsoft.com/en-us/system-center/vmm/hyper-v-nano?view=sc-vmm-2016
upvoted 1 times
...
...
...
panda
Highly Voted 5 years ago
Nano server is no longer on 70-740
upvoted 5 times
V1980
4 years, 9 months ago
It is in the scenario of 'guest OS', like in this Q. Hence, still relevant.
upvoted 1 times
...
...
shaunakpandey
Most Recent 5 years ago
Destination image format must be .vhdx not .wim
upvoted 1 times
...
uevenasdf
5 years, 3 months ago
New-NanoServerImage -Edition Datacenter -DeploymentType Host -Compute -MediaPath 'D:/' -TargetPath C:\Nano1\Nano1.wim -ComputerName Nano1 -DomainName Contoso.com
upvoted 2 times
...
rummynose
5 years, 4 months ago
https://docs.microsoft.com/en-us/system-center/vmm/hyper-v-nano?view=sc-vmm-2016 imo: B,no. scvmm-package is for System Center VM Manager, scvmm-compute-package comes with hyper-v role.
upvoted 2 times
...
WMM
5 years, 4 months ago
The -DeploymentType parameter should be set to Guest, because it is being deployed to a VM. The Host parameter is only for if it will be deployed to physical hardware https://docs.microsoft.com/en-us/powershell/module/nanoserverimagegenerator/new-nanoserverimage?view=win10-ps
upvoted 1 times
WMM
5 years, 4 months ago
Ignore my previous comment. The answer is B (No) because it's replying a WIM file, not a VHD/X
upvoted 1 times
...
...
Alex5132
5 years, 5 months ago
Aren't parameters positional? Shouldn't -DeploymentTpye come before -Edition?
upvoted 1 times
...
tanzir69
5 years, 5 months ago
I think nano1.wim is wrong. nano1.vhdx is correct command
upvoted 2 times
josevirtual
4 years, 11 months ago
.vim is the image file to be deployed, not the file that will contain the VM
upvoted 1 times
...
...
davidtld
5 years, 6 months ago
Invalid command : Microsoft Package....
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 ...