exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 261 discussion

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

DRAG DROP -
You have a WIM file named Image.wim in a folder named C:\Images. The image contains a custom image of Windows Server 2016.
You need to update the image to include the PowerShell Desired State Configuration (DSC) feature.
Which three commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/powershell/module/dism/expand-windowsimage?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/dism/enable-windowsoptionalfeature?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/dism/dismount-windowsimage?view=win10-ps

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
UnluckyDucky
Highly Voted 5 years, 5 months ago
Correct answer should be: 1. Mount-WindowsImage -ImagePath C:\Images\image.wim -Index 1 -Path C:Mount (Location to mount our .wim file) 2. Enable-WindowsOptionalFeature -FeatureName DSC-Services -Path C:\Mount (The location where we mounted our image to) 3. Dismount-WindowsImage -Path C:\Mount -Save (Commit changes and dismounts the .wim file back to normal)
upvoted 35 times
lbs
5 years, 1 month ago
I agree with this answer
upvoted 4 times
...
...
hkshado
Highly Voted 5 years, 8 months ago
I think the first command should be "Mount-WindowsImage ..."
upvoted 14 times
...
TA77
Most Recent 4 years, 11 months ago
As Glukken said, the path of image.wim is C:\images not C:\mount, so that enough reason that makes Expand-WindowsImage a wrong answer. Therefore, the correct answer is Mount-WindowsImage.
upvoted 3 times
...
VeiN
4 years, 11 months ago
I had this on exam, and had 100% in storage, I`ve selected: mount add dismout
upvoted 9 times
...
[Removed]
5 years, 2 months ago
UnluckyDucky and xziomal9 are correct.
upvoted 4 times
[Removed]
5 years, 2 months ago
I meant to say Unlucky is correct***
upvoted 2 times
...
...
NOKI
5 years, 4 months ago
Hi Anyone got this Q in exam day? I'm curious about what the really answered based on the legit exam. Thanks
upvoted 3 times
Jake__
5 years, 1 month ago
I got this q on exam
upvoted 2 times
...
...
xziomal9
5 years, 6 months ago
Correct answer: 1. Mount-WIndowsImage 2. Enable-WindowsOptionalFeature -FeatureName DSC-Service -Path C:\Mount 3. Enable-WindowsOptionalFeature -Path C:\M-ount - Save
upvoted 7 times
...
fhramke
5 years, 7 months ago
I think "Expand-WindowsImage" needs "-ApplyPath" command
upvoted 1 times
glukken
5 years, 4 months ago
But what should it expand in the first place? There isn't an image at c:\mount yet
upvoted 3 times
...
...
RicardoRyuma
5 years, 7 months ago
This question is confusing... i think "Mount-windowsimage -imagepath c:\images\image.wim -index 1 -path c:\mount"
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 ...