Description: Adds a driver group to a WDS server. Syntax: WDSUTIL Options /Add-DriverGroup /DriverGroup: /Server: /Enabled:{Yes ...

Description: Adds a driver group to a WDS server.

Syntax:
WDSUTIL [Options]
        /Add-DriverGroup
        /DriverGroup:
        [/Server:]
        [/Enabled:{Yes | No}]
        [/Applicability:{Matched | All}]
        [/FilterType:
          /Policy:{Include | Exclude}
          /Value: [/Value: ...]]

/DriverGroup:
        The name of the new driver group.

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

[/Enabled:{Yes | No}]
        Enables or disables the package.

[/Applicability:{Matched | All}]
        Specifies which packages to install if the filter criteria is
        met. Matched means install only the driver packages that match
        a client's hardware. All means install all packages to
        clients regardless of their hardware.

[/FilterType:]
        The type of the filter to add to the group.   can
        be Model, ImageID, DeviceGroup, BiosVendor, BiosVersion,
        ChassisType, Manufacturer, UUID, OsVersion, OsEdition or
        OsLanguage.  You can specify multiple filter types in a single
        command. Each filter type must be followed by /Policy and at
        least one /Value.