Description: Used to export an existing image from the image store to a WIM file. Syntax: WDSUTIL Options /Export-Image /Image: ...

Description: Used to export an existing image from the image store to a WIM              file.  Syntax: WDSUTIL [Options] /Export-Image /Image: [/Server:]      /ImageType:{Boot | Install}  /Image:         The name of the image to be exported. [/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 exported - Boot or                             Install.  For Boot images: ---------------- WDSUTIL [Options] /Export-Image /Image: [/Server:]      /ImageType:Boot /Architecture:{x86 | ia64 | x64} [/Filename:]      /DestinationImage          /Filepath:          [/Name:]          [/Description:]      [/Overwrite:{Yes | No}]  /Architecture:{x86 | ia64 | x64}    The architecture of the image to be                                     exported. 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 returned. [/Filename:]              If the image cannot be uniquely identified                                     by name, the filename must be specified. /DestinationImage     /FilePath:  Specify the full file path and name where                                     the exported image should be created.     [/Name:]                  Sets the display name of the image. If not                                     specified, the display name of the source                                     image will be used.     [/Description:]    Sets the description of the image. [/Overwrite:{Yes | No}]             Determines whether the file as specified                                     in /DestinationImage should be overwritten                                     if an existing file with that name already                                     exists. If yes, the existing file will be                                     overwritten. If no, the process will                                     error if a file with the same name                                     exists. The default value is 'No'.