Description: Adds driver packages to a WDS server. Syntax: WDSUTIL Options /Add-DriverPackage /InfFile: /Server: /Architecture:{x86 ...

Description: Adds driver packages to a WDS server.

Syntax:
WDSUTIL [Options]
        /Add-DriverPackage
        /InfFile:
        [/Server:]
        [/Architecture:{x86 | ia64 | x64 | arm}]
        [/DriverGroup:]
        [/Name:]

/InfFile:
        The full path of the INF file 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.

[/Architecture:{x86 | ia64 | x64 | arm}]
        The architecture of the driver package.

[/DriverGroup:]
        The name of the driver group to which the package should be
        added.

[/Name:]
        The friendly name for the driver package.

EXAMPLES:
---------
WDSUTIL /verbose /Add-DriverPackage /InfFile:"C:	emp\Display.inf"


WDSUTIL /Add-DriverPackage /Server:MyWDSServer /InfFile:"C:	emp\Display.inf"
/Architecture:x86 /DriverGroup:x86Drivers /Name:"Display Driver"