exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 125 discussion

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

DRAG DROP -
You have a Hyper-V host named Server1 that runs Windows Server 2016.
The installation source files for Windows Server 2016 are located in D:\Source.
You need to create a Nano Server image.
Which cmdlets should you run? To answer, drag the appropriate cmdlets to the correct targets. Each cmdlet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
Dutch2005
Highly Voted 5 years, 8 months ago
Correct, see: https://www.thomasmaurer.ch/2016/10/how-to-create-a-nano-server-image-using-powershell/ example: # Change Working Directory cd C:\NanoServer # Import Module Import-Module .\NanoServerImageGenerator.psm1 # Create Nano Server Image VHDX New-NanoServerImage -MediaPath .\Files -BasePath .\Base -TargetPath .\Images\NanoVMGA.vhdx -MaxSize 20GB -DeploymentType Guest -Edition Datacenter -ComputerName "Nano01"
upvoted 6 times
...
kovix
Most Recent 5 years ago
Nano is no longer included in the exam
upvoted 3 times
V1980
4 years, 9 months ago
, unless as a guest OS. I.e. this is still valid.
upvoted 1 times
yvankarma
4 years, 7 months ago
i had my exam last week, i didnt pass cos i was a few points short to even reach 700. But i did not get any nano server question whatsoever
upvoted 3 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 ...