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

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

Syntax:
WDSUTIL /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 BiosVendor,
                                    BiosVersion, ChassisType, Manufacturer,
                                    Uuid, OsVersion, OsEdition, OsLanguage.



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


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