Description: Used to configure the properties of an image. Syntax: WDSUTIL Options /Set-Image /Image: /Server: /ImageType:{Boot ...

Description: Used to configure the properties of an image.  Syntax: WDSUTIL [Options] /Set-Image /Image: [/Server:]      /ImageType:{Boot | Install}  /Image:         The name of the image to be modified. [/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 image to be modified - Boot or                             Install.  For Boot images: ---------------- WDSUTIL [Options] /Set-Image /Image: [/Server:]      /ImageType:Boot /Architecture:{x86 | ia64 | x64} [/Filename:]      [/Name:]      [/Description:]      [/Enabled:{Yes | No}]  /Architecture:{x86 | ia64 | x64}     The architecture of the image to be                                      modified. Since it is possible to have                                      the same image name for boot images                                      in different architectures, specifying                                      the architecture value ensures that the                                      correct image is being removed. [/Filename:]               If the image cannot be uniquely                                      identified by name, the filename must                                      be specified. [/Name]                              Sets the name of the image. [/Description:]         Sets the description of the image. [/Enabled:{Yes | No}]                Sets the enabled/disabled flag of the                                      image.