/remove-DriverGroupFilter

Updated: April 17, 2012

Applies To: Windows Server 2008 R2

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

Additional references

Command-Line Syntax Key