Description: Removes a filter rule from a driver group on a WDS server. Syntax: WDSUTIL Options /Remove-DriverGroupFilter ...

Description: Removes a filter rule from a driver group on a WDS server.

Syntax:
WDSUTIL [Options]
        /Remove-DriverGroupFilter
        /DriverGroup:
        [/Server:]
        /FilterType:

/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 remove from the group. 
        can be Model, ImageID, DeviceGroup, BiosVendor, BiosVersion,
        ChassisType, Manufacturer, UUID, OsVersion, OsEdition,
        OsLanguage.  You can specify multiple filter types in a single
        command.

EXAMPLES:
---------
WDSUTIL /Remove-DriverGroupFilter /DriverGroup:PrinterDrivers
/FilterType:Manufacturer


WDSUTIL /Remove-DriverGroupFilter /DriverGroup:PrinterDrivers
/FilterType:Manufacturer /FilterType:OSLanguage