Description: Creates a discover image out of an existing boot image. Discover images are WinPE images used for computers ...

Description: Creates a discover image out of an existing boot image. Discover
             images are WinPE images used for computers that are not capable
             of booting to PXE. When you boot a computer into a discover
             image, WDS will locate a valid WDS server, and then you can
             choose the install image you want to install.

Syntax:
WDSUTIL [Options] /New-DiscoverImage [/Server:]
     /Image:
     /Architecture:{x86 | ia64 | x64}
     [/Filename:]
     /DestinationImage
         /FilePath:
         [/Name:]
         [/Description:]
         [/WDSServer:]
         [/Overwrite:{Yes | No | Append}]

[/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.
/Image:                  The name of the source boot image.
/Architecture:{x86 | ia64 | x64}     The architecture of the image to be
                                     returned. Since it is possible to have
                                     the same image name for boot images in
                                     different architectures, specifying the
                                     architecture value ensures that the
                                     correct image is used.
[/Filename:]              If the image cannot be uniquely
                                     identified by name, the file name must be
                                     specified.
/DestinationImage
    /FilePath:            Specifies the full file path and name
                                     where the new discover image should be
                                     created.
    [/Name:]                   Sets the display name of the image. If not
                                     specified, the display name of the
                                     source image will be used.
    [/Description:]     Sets the description for the image.
    [/WDSServer:]       Specifies the name of the WDS server that
                                     all clients who boot from this image
                                     should contact to install an image.
                                     By default, all clients who boot into
                                     this image will discover a WDS server.
                                     Use of this option to force the client
                                     to use the specified server.