Description: Adds driver packages from a folder to a WDS server. Syntax: WDSUTIL Options /Add-AllDriverPackages /FolderPath: ...

Description: Adds driver packages from a folder to a WDS server.

Syntax:
WDSUTIL [Options]
        /Add-AllDriverPackages
        /FolderPath:
        [/Server:]
        [/Architecture:{x86 | ia64 | x64 | arm}]
        [/DriverGroup:]

/FolderPath:
        The full path to the folder containing the INF files for the
        driver packages.

[/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 packages to add. Driver
        packages for other architectures will be ignored.

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

EXAMPLES:
---------
WDSUTIL /verbose /Add-AllDriverPackages /FolderPath:"C:	emp\Drivers"
/Architecture:x86


WDSUTIL /Add-AllDriverPackages /FolderPath:"C:	emp\Drivers\Printers"
/DriverGroup:"Printer Drivers"