Description: Adds images to a WDS server. Syntax: WDSUTIL Options /Add-Image /ImageFile: /Server: /ImageType:{Boot | Install} ...

Description: Adds images to a WDS server.

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

/ImageFile:
        Full path and file name of file that contains the images to
        add.

[/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 images to add.

For boot images:
----------------
WDSUTIL [Options]
        /Add-Image
        /ImageFile:
        [/Server:]
        /ImageType:Boot
        [/SkipVerify]
        [/Name:]
        [/Description:]
        [/Filename:]
        [/Priority:]

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

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

[/Description:]
        Sets the description 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.

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