Description: Adds driver packages from the WDS driver store to a boot image on the WDS server. The image version must be ...

Description: Adds driver packages from the WDS driver store to a boot image
             on the WDS server. The image version must be Windows 7 or
             Windows Server 2008 R2 or later.

Syntax:
WDSUTIL [Options]
        /Add-ImageDriverPackages
        [/Server:]
        /Image: /ImageType:Boot
        /Architecture:{x86 | ia64 | x64 | arm} [/Filename:]
        /FilterType:
          /Operator:{Equal | NotEqual | GreaterOrEqual | LessOrEqual
                     | Contains}
          /Value: [/Value: ...]

[/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 be modified.

/ImageType:Boot
        The type of image to be modified.  You can only add driver
        package to boot images.

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

[/Filename:]
        You must specify the file name if the image cannot be uniquely
        identified by name.