PrepAway - Latest Free Exam Questions & Answers

What should you do?

You install the Windows Deployment Services (WDS) role on a server that runs Windows Server 2008 R2.
When you attempt to upload spanned image files to the WDS server, you receive an error message.
You need to ensure that the image files can be uploaded.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Grant the Authenticated Users group Full Control on the REMINST directory.

B.
Run the wdsutil /Convert command at the command prompt on the WDS server.

C.
Run the imagex /Export command at the command prompt to export *.swm files to one destination *.wim on the WDS server.

D.
Run the wdsutil /add-image /imagefile:serversharesourcesinstall.wim /image type:install command for each component file individually at the command prompt on the WDS server.

Explanation:
Known issues with creating images
You cannot add split .wim (.swm) files to your Windows Deployment Services server. Instead, you must combine the split images into a single .wim file.
Source: http://download.microsoft.com/download/b/b%2F5/bb50037f-e4ae-40d1-a898-7cdfcf0ee9d8/WS08_STEP_BY_STEP_GUIDE/Step-by-StepGuideForWindowsDeploymentServicesInWindowsServer2008_En.doc
One can combine multiple .swm files to an .wim file with imagex.exe:
imagex /export src_file src_numbersrc_name dest_file dest_name {/boot | /check | /compress [type] | /ref [splitwim.swm] /temp| /logfile filename.log}
Exports a copy of the specified .wim file to another .wim file. The source and destination files must use the same compression type. You can also optimize an image by exporting to a new image file. When you modify an image, ImageX stores additional resource files that increase the overall size of the image. Exporting the image will remove unnecessary resource files.
src_file Specifies the file path of the .wim file that contains the image to be copied.
src_number Specifies the number of the specific volume within the .wim file.
src_name Specifies the name that identifies the image in the source .wim file.
dest_file Specifies the file path of the .wim file that will receive the image copy.
dest_name Specifies the unique name for the image in the destination .wim file.
/ref splitwim.swm
Enables the reference of split .wim files (SWMs). splitwim.swm is the name and location of additional split files. Wildcards are accepted.
Source: http://technet.microsoft.com/en-us/library/dd799302%28WS.10%29.aspx
Image Merge
Merge the previously splitted image file back into a single image file.
imagex /ref c:datasplitmergeoutput2splitmerge*.swm /check /export c:datasplitmergeoutput2splitmerge.swm 1 c:datasplitmergeoutput3splitmerge.wim “splitmerge” /COMPRESS maximum
Source: http://www.verboon.info/index.php/2009/10/splitting-and-merging-image-files-with-imagex/
* I’ve changes the answer from wdsutil /Export to imagex /Export because I couldn’t verify the awnser in the dump.*
Because wdsutil does not have an /Export parameter:
Command
Description
/add
Adds objects or prestages computers.
/approve-AutoAddDevices
Approves computers that are pending administrator approval.
/convert-RiprepImage
Converts an existing Remote Installation Preparation (RIPrep) image to a Windows Image (.wim) file.
/copy-DriverGroup
Copies an image or a driver group.
/delete-AutoAddDevices
Deletes computers that are in the Auto-Add database (which stores information about the computers on the server).
/disable
Disables all services for Windows Deployment Services.
/disconnect-Client
Disconnects a client from a multicast transmission or namespace.
/enable
Enables all services for Windows Deployment Services.
/export-Image
Exports an image from the image WDS store to a .wim file.
/get
Retrieves properties and attributes about the specified object.
/initialize-Server
Configures a Windows Deployment Services server for initial use.
/new
Creates new capture and discover images as well as multicast transmissions and namespaces.
/progress
Displays the progress status while a command is being executed.
/reject-AutoAddDevices
Rejects computers that are pending administrator approval.
/remove
Removes objects.
/replace-Image
Replaces a boot or installation image with a new version of that image.
/set
Sets properties and attributes on the specified object.
/start
Starts all services on the Windows Deployment Services server, including multicast transmissions, namespaces, and the Transport Server.
/stop
Stops all services on the Windows Deployment Services server.
/uninitialize-Server
Reverts changes made during server initialization.
/update-ServerFiles
Updates server files on the RemoteInstall share.
/verbose
Displays verbose output for the specified command.
Source: http://technet.microsoft.com/en-us/library/cc771206%28WS.10%29.aspx

6 Comments on “What should you do?


Leave a Reply