Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a filter rule from a driver group on a server.
Syntax
wdsutil /Remove-DriverGroupFilter /DriverGroup:<Group Name> [/Server:<Server name>] /FilterType:<Filter Type>
Parameters
| Parameter | Description |
|---|---|
| /DriverGroup:<Group Name> | Specifies the name of the driver group. |
| [/Server:<Server name>] | Specifies the name of the server. This can be the NetBIOS name or the FQDN. If a server name is not specified, the local server is used. |
| [/FilterType:<FilterType>] | Specifies the type of the filter to remove from the group. <FilterType> can be one of the following: BiosVendor BiosVersion ChassisType Manufacturer Uuid OsVersion OsEdition OsLanguage |
Examples
To remove a filter, type one of the following:
wdsutil /Remove-DriverGroupFilter /DriverGroup:PrinterDrivers /FilterType:Manufacturer
wdsutil /Remove-DriverGroupFilter /DriverGroup:PrinterDrivers /FilterType:Manufacturer /FilterType:OSLanguage