Description: Used to replace an existing image with a new version. Syntax: WDSUTIL Options /Replace-Image /Image: /Server: ...

Description: Used to replace an existing image with a new version.  Syntax: WDSUTIL [Options] /Replace-Image /Image: [/Server:]      /ImageType:{Boot | Install}  /Image:         The name of the image to be replaced. [/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 replaced - Boot                             or Install.  For Boot images: ---------------- WDSUTIL [Options] /Replace-Image /Image: [/Server:]      /ImageType:Boot      /Architecture:{x86 | ia64 | x64}      [/Filename:]      /ReplacementImage          /ImageFile:          [/Name:]          [/Description:]  /Architecture:{x86 | ia64 | x64}    The architecture of the image to be                                     replaced. 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 replaced. [/Filename:]              If the image cannot be uniquely identified                                     by name, the filename must be specified. /ReplacementImage  /ImageFile:         Full path and filename of WIM file                                     containing the image with which to replace                                     the selected one.  [/Name:]                     Sets the display name of the image.  [/Description:]       Sets the description of the image.