Description: Converts an existing RIPrep image to WIM format. Syntax: WDSUTIL [Options] /Convert-RiPrepImage /FilePath:/DestinationImage /FilePath: [/Name: ] [/Description: ] [/InPlace] [/Overwrite:{Yes | No | Append}] /FilePath: Specifies the full path and file name of the .sif file that corresponds to the RIPrep image. This file is typically called Riprep.sif and can be found in the emplates sub-folder of the folder containing the RIPrep image. /DestinationImage /FilePath: Specifies the full file path and file name where the new converted image should be created. This includes the name of the resulting WIM file - for example, "C: emp\convert.WIM." [/Name: ] Sets the display name of the image. If not specified, the display name of the source image will be used. [/Description: ] Sets the description for the image. [/InPlace] Specifies that the conversion should take place on the original RIPrep image and not on a copy of the original, as is the default behavior. [/Overwrite:{Yes | No | Append}] Determines whether the file specified in /DestinationImage should be overwritten if an existing file with that name already exists. No means WDS will error if such a file exists. Append means that if a WIM file with the same name exists, the new image should be appended to the existing WIM file. The default is No. EXAMPLES: --------- WDSUTIL /Convert-RiPrepImage /FilePath:"R: emoteInstall\Setup\English \Images\Win2k3.SP1\i386 emplates iprep.sif" /DestinationImage /FilePath:"C: emp IPREP.wim" WDSUTIL /Verbose /Progress /Convert-RiPrepImage /FilePath:"\\Server emInst\Setup\English\Images\WinXP.SP2\i386 emplates iprep.sif" /DestinationImage /FilePath:"\\Server\Share IPREP.wim" /Name:"WindowsXP image" /Description:"Converted RIPREP image of WindowsXP" /Overwrite:Append
Description: Configures the properties of an image group. Syntax: WDSUTIL Options /Set-ImageGroup /ImageGroup: /Server: /Name: ...
Description: Configures the properties of an image. Syntax: WDSUTIL Options /Set-Image /Image: /Server: /ImageType:{Boot ...
Description: Configures the settings for a WDS server. Syntax: WDSUTIL Options /Set-Server /Server: /Authorize:{Yes | No} ...
Description: Converts an existing RIPrep image to WIM format. Syntax: WDSUTIL /CONVERT- Where is one of the following: RiPrepImage ...
Description: Converts an existing RIPrep image to WIM format. Syntax: WDSUTIL Options /Convert-RiPrepImage /FilePath: /DestinationImage ...
Description: Copies an existing driver group on a WDS server. Syntax: WDSUTIL /Copy-DriverGroup /Server: /DriverGroup: /GroupName: ...
Description: Copies images within an image group, and copies driver groups. Syntax: WDSUTIL /Copy- Where is one of the following: ...
Description: Copies images within the image store. You can only copy install images that are within the same image group. ...
Description: Creates a capture image out of an existing boot image. Capture images are WinPE images that you boot a client ...