Description: Replaces an existing image with a new version. Syntax: WDSUTIL Options /Replace-Image /Image: /Server: /ImageType:{Boot ...

Description: Replaces an existing image with a new version.

Syntax:
WDSUTIL [Options]
        /Replace-Image
        /Image:
        [/Server:]
        /ImageType:{Boot | Install}

/Image:
        The name of the image to replace.

[/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.

For Boot images:
----------------
WDSUTIL [Options]
        /Replace-Image
        /Image:
        [/Server:]
        /ImageType:Boot
        /Architecture:{x86 | ia64 | x64 | arm}
        [/Filename:]
        /ReplacementImage
          /ImageFile:
          [/Name:]
          [/Description:]

/Architecture:{x86 | ia64 | x64 | arm}
        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 replaced.

[/Filename:]
        If the image cannot be uniquely identified by name, the file
        name must be specified.

/ReplacementImage
  /ImageFile:
        Specifies the full path and file name of the new WIM file.

  [/Name:]
        Sets the display name of the image.

  [/Description:]
        Sets the description of the image.