exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 206 discussion

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

HOTSPOT -
You have a server named Server1 that runs Windows Server 2016.
You mount an image of Windows Server 2016 to C:\Folder1\.
You need to disable support for SMB 1.0 in the image.
Which command should you run? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/enable-or-disable-windows-features-using-dism

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
Mountie
4 years, 8 months ago
The Deployment Image Servicing and Management (DISM) tool is a command-line tool that is used to modify Windows® images.  To service an offline image, specify the location of the mounted image directory. For example, type: Dism /Image:C:\test\offline /Enable-Feature /FeatureName:TFTP /Source:C:\test\mount\windows
upvoted 1 times
...
panda
4 years, 11 months ago
Msconfig is a Microsoft utility. Sconfig is the Server Configuration tool. setup.exe is as tool to install.
upvoted 1 times
...
panda
4 years, 11 months ago
#184 and 206 are same questions about parameters of dism.exe. /Image >> specify folder name. /ImageFile >> specify file name /Source >> specify windows folder
upvoted 3 times
...
mhassan
5 years, 2 months ago
ref :- Dism /Mount-Image /ImageFile:C:\test\images\install.wim /Name:"Base Windows Image" /MountDir:C:\test\offline
upvoted 2 times
...
mhassan
5 years, 2 months ago
Dism /Mount-Image /ImageFile:C:\test\images\install.wim /Name:"Base Windows Image" /MountDir:C:\test\offline
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 ...