Description: Copies images within the image store. You can only copy install images that are within the same image group. ...

Description: Copies images within the image store. You can only copy install
             images that are within the same image group. To copy images
             between image groups use the /Export and /Add commands.

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.
[/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, you must specify
                                    the file name.
/DestinationImage
    /Name:                    Sets the display name of the new image.
    /Filename:           Sets the name of the new image file.
    [/Description:]    Sets the description of the new image.


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"