Description: Displays information about an image. Syntax: WDSUTIL Options /Get-Image /Image: /Server: /ImageType:{Boot | ...

Description: Displays information about an image.

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

/Image:
        The name of the image to return.

[/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 return.

For Boot images:
----------------
WDSUTIL [Options]
        /Get-Image
        /Image:
        [/Server:]
        /ImageType:Boot
        /Architecture:{x86 | ia64 | x64 | arm}
        [/Filename:]

/Architecture:{x86 | ia64 | x64 | arm}
        The architecture of the image to return.  Since it is possible
        to have the same image name for boot images of different
        architectures, you should specify this option to ensure that
        the correct image is returned.

[/Filename:]
        If the image cannot be uniquely identified
        by name, you must specify the file name.