Description: Adds a driver package that is in the WDS driver store to an existing boot image on the server. The image version ...

Description: Adds a driver package that is in the WDS driver store
             to an existing boot image on the server. The image version
             must be Windows 7 or Windows Server 2008 R2 or later.

Syntax:
WDSUTIL /Add-ImageDriverPackage [/Server:]
     /Image: /ImageType:Boot
     /Architecture:{x86 | ia64 | x64} [/Filename:]
     {/DriverPackage: | /PackageId:}

[/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 image to add the driver to.
/ImageType:Boot                     The type of image to add the driver to.
                                    Driver packages can only be added to
                                    boot images.
/Architecture:{x86 | ia64 | x64}    The architecture of the boot image.
                                    Since it is possible to have the same
                                    image name for boot images in
                                    different architectures, you should
                                    specify the architecture to ensure the
                                    correct image is used.
[/Filename:]             If the image cannot be uniquely identified
                                    by name, the file name must be specified.
[/DriverPackage:]             The name of the driver package to add
                                    to the image.
[/PackageId:]                   The WDS ID of the driver package to add.
                                    You must specify this option if the
                                    driver package cannot be uniquely
                                    identified by name,


EXAMPLES:
---------
WDSUTIL /Add-ImageDriverPackage /Image:"WinPE Boot Image" /ImageType:Boot
/Architecture:x86 /DriverPackage:XYZ

WDSUTIL /verbose /Add-ImageDriverPackage /Image:"WinPE Boot Image"
/Server:MyWDSServer /ImageType:Boot /Architecture:x64
/PackageId:{4D36E972-E325-11CE-BFC1-08002BE10318}