Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.42 KB

wdsutil-remove-drivergroupfilter.md

File metadata and controls

44 lines (32 loc) · 1.42 KB
title description ms.topic ms.assetid ms.author author manager ms.date
remove-DriverGroupFilter
Reference article for remove-DriverGroupFilter, which removes a filter rule from a driver group on a server.
reference
837bd5d4-c79d-4714-942d-9875bd8e61dc
jgerend
JasonGerend
mtillman
10/16/2017

remove-DriverGroupFilter

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

Related links