Description: Adds or removes an existing driver group filter from a driver group. Syntax: WDSUTIL Options /Set-DriverGroupFilter ...

Description: Adds or removes an existing driver group filter from a driver
group.

Syntax:
WDSUTIL [Options]
        /Set-DriverGroupFilter 
        /DriverGroup:
        [/Server:]
        /FilterType:
        [/Policy:{Include | Exclude}]
        [/AddValue: [/AddValue: ...]]
        [/RemoveValue: [/RemoveValue: ...]]

/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 driver group filter to add or remove. You can
        specify multiple filters in a single command. For each
        /FilterType, you can add or remove multiple values using
        /RemoveValue and /AddValue.   can be Model,
        ImageID, DeviceGroup, BiosVendor, BiosVersion, ChassisType,
        Manufacturer, UUID, OsVersion, OsEdition, OsLanguage.

[/Policy:{Include | Exclude}]
        The new policy to be set on the filter.  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. If /Policy is
        omitted then the existing policy on the filter will remain
        unchanged.