Description: Used to add images to a WDS Server. Syntax: WDSUTIL Options /Add-Image /ImageFile: /Server: /ImageType:{Boot ...

Description: Used to add images to a WDS Server.  Syntax: WDSUTIL [Options] /Add-Image /ImageFile:      [/Server:] /ImageType:{Boot | Install}  /ImageFile:  Full path and filename of WIM file containing                             the images to add. [/Server:]     The name of the WDS Server. This can be either                             the NetBIOS name or the FQDN. If not specified,                             the local server will be used. /ImageType:{Boot | Install} The type of images to be added - Boot or Install.  For Boot images: ---------------- WDSUTIL [Options] /Add-Image /ImageFile:      [/Server:]      /ImageType:Boot      [/SkipVerify]      [/Name:]      [/Description:]      [/Filename:]  [/SkipVerify]                        Specifies that integrity verification                                      should not be performed on the source                                      image file prior to image addition. [/Name:]                       Sets the display name of the image. [/Description:]         Sets the description of the image. [/Filename:]               Allows for changing the file name of the                                      WIM file when adding the image.                                      If not specified, the source image file                                      name will be used. In all cases the                                      file name is checked for uniqueness at                                      the destination boot image store.