Description: Used to copy images within the image store. The copy action is only allowed on install images and may only be ...

Description: Used to copy images within the image store. The copy action              is only allowed on install images and may only be used to              copy images within the same image group. To copy images              between image groups use /Export and then /Add.  Syntax: WDSUTIL [Options] /Copy-Image /Image: [/Server:]      /ImageType:Install      [/ImageGroup:]      [/Filename:]      /DestinationImage          /Name:          /Filename:          [/Description:]  /Image:                 The name of the image to be copied. [/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:Install                  The type of image to be copied. This must                                     be set to Install image. [/ImageGroup:]    The image group containing the image to be                                     copied. If not specified and only                                     one image group exists on the server,                                     that image group will be used by                                     default. If more than one image group                                     exists on the server, then the image                                     group must be specified. [/Filename:]              If the source image cannot be uniquely                                     identified by name, the filename must                                     be specified. /DestinationImage     /Name:                    Sets the display name of the image copy.     /Filename:            Sets the name of the image file that is                                     to contain the image copy.     [/Description:]    Sets the description of the image copy.   EXAMPLES: --------- WDSUTIL /Copy-Image /Image:"Windows Vista with Office" /ImageType:Install /DestinationImage /Name:"Copy of Windows Vista with Office" /Filename:"WindowsVista.wim"  WDSUTIL /Verbose /Progress /Copy-Image /Image:"Windows Vista with Office" /Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup1 /Filename:install.wim /DestinationImage /Name:"Copy of Windows Vista with Office" /Filename:"WindowsVista.wim" /Description:"This is a copy of the original Windows image with Office installed"