exam questions

Exam 70-680 All Questions

View all questions & answers for the 70-680 exam

Exam 70-680 topic 3 question 24 discussion

Actual exam question from Microsoft's 70-680
Question #: 24
Topic #: 3
[All 70-680 Questions]

You have a Windows image (WIM) file that contains an image of Windows 7. The WIM file is 2 GB.
You need to ensure that you can copy the image to CD.
What should you do?

  • A. Run Imagex.exe and specify the /split parameter.
  • B. From the properties of the WIM file, enable compression.
  • C. Run Dism.exe and specify the /cleanup-wim parameter.
  • D. Right-click the WIM file, point to Send To and then click Compressed (zipped) Folder.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
ImageX is a command-line tool that enables original equipment manufacturers (OEMs) and corporations to capture, to modify, and to apply file-based disk images for rapid deployment. ImageX works with Windows image (.wim) files for copying to a network, or it can work with other technologies that use .wim images, such as Windows Setup, Windows Deployment Services (Windows DS), and the System Management Server (SMS) Operating System Feature Deployment Pack.
/split image_filedest_filesize
Splits an existing .wim file into multiple read-only split .wim files (.swm). image_file
Specifies the name and location of the .wim file to split.
dest_file
Specifies the file path of the split files.
Size Specifies the maximum size in megabytes (MB) for each created file. This option generates the .swm files into the specified directory, naming each file the same as the specified image_file, but with an appended number and the .swm file-name extension. For example, if you choose to split afile named Data.wim, this option creates a Data.swm file, a Data2.swm file, a Data3.swmfile, and so on, defining each portion of the split .wim file.

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
Currently there are no comments in this discussion, be the first to comment!
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 ...