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

Description: Configures 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.

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 removed.
[/Filename:]              If the image cannot be uniquely
                                     identified by name, the file name must
                                     be specified.
[/Name]                              Sets the name of the image.
[/Description:]         Sets the description of the image.
[/Enabled:{Yes | No}]                Enables or disables the image.