For install images: - WDSUTIL Options /Add-Image /ImageFile: /Server: /ImageType:Install /SkipVerify /ImageGroup: /SingleImage: ...

For install images:
-------------------
WDSUTIL [Options]
        /Add-Image
        /ImageFile:
        [/Server:]
        /ImageType:Install
        [/SkipVerify]
        [/ImageGroup:]
        [/SingleImage:]
          [/Name:]
          [/Description:]
          [/Priority:
        [/Filename:]
        [/UnattendFile:]

[/SkipVerify]
        Specifies not to verify the source image
        file before adding the image.

[/ImageGroup:]
        The image group to add the images to.  If not specified and
        there are no image groups on the server, then a default group
        will be created. If one already exists, then it will be
        used. If more than one image group exists on the server, then
        you must specify an image group.

[/SingleImage:]
        Adds a single image out of the WIM file.  This is not
        supported for VHD images.

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

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

  [/Priority:]
        Sets the display priority of the image.

[/Filename:]
        Allows you to change the file name of the image file when
        adding the image.  If not specified, the file name of the
        source image will be used. In all cases the file name is
        checked to ensure that it is unique.  If more than one image
        is being added, unique numbers are appended to the file name;
        for example, filename-(2).wim.

[/UnattendFile:]
        The full path to the unattend file to associate with these
        images. If /SingleImage is not specified, this file will be
        associated with all of the images in the WIM file.