Description: Adds a filter to a driver group on a WDS server. Syntax: WDSUTIL Options /Add-DriverGroupFilter /DriverGroup: ...

Description: Adds a filter to a driver group on a WDS server.

Syntax:
WDSUTIL [Options]
        /Add-DriverGroupFilter
        /DriverGroup:
        [/Server:]
        /FilterType:
        /Policy:{Include | Exclude}
        /Value: [/Value: ...]

/DriverGroup:
        The name of the 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.

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

[/Policy:{Include | Exclude}]
        If /Policy is set to Include, client computers that match the
        filter are allowed to install the drivers in this group If
        /Policy is set to Exclude, then client computers that match
        the filter are not allowed to install the drivers in this
        group.