Description: Adds a filter to a driver group on a WDS server. Syntax: WDSUTIL /Add-DriverGroupFilter /DriverGroup: /Server: ...

Description: Adds a filter to a driver group on a WDS server.

Syntax:
WDSUTIL /Add-DriverGroupFilter /DriverGroup:
     [/Server:]
     /FilterType:
     /Policy:{Include | Exclude}
     /Value: [/Value: ...]

/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 add to the group.
                                     can be BiosVendor, BiosVersion,
                                    ChassisType, Manufacturer, Uuid, OsVersion,
                                    OsEdition, or OsLanguage.
                                    You can specify multiple filter types in
                                    a single command. Each filter type must be
                                    followed by /Policy and at least one /Value.
[/Policy:{Include | Exclude}]       If /Policy is set to Include, client
                                    computers that match the filter are
                                    allowed to install the drivers in this
                                    group If /Policy is set to Exclude, then
                                    client computers that fit the filter are
                                    not allowed to install the drivers in this
                                    group.
[/Value:]                    The client value corresponding to
                                    /FilterType. You can specify multiple
                                    values for a single type. See the
                                    following list for valid values for
                                    certain filter types (for example,
                                    ChassisType).


Valid Filter Values:
====================
Filter Type: ChassisType
------------------------------
Other, UnknownChassis, Desktop, LowProfileDesktop, PizzaBox, MiniTower,
Tower, Portable, Laptop, Notebook, Handheld, DockingStation, AllInOne,
SubNotebook, SpaceSaving, LunchBox, MainSystemChassis, ExpansionChassis,
SubChassis, BusExpansionChassis, PeripheralChassis, StorageChassis,
RackMountChassis, SealedCaseComputer, MultiSystemChassis, CompactPci,
AdvancedTca.


EXAMPLES:
---------
WDSUTIL /Add-DriverGroupFilter /DriverGroup:PrinterDrivers
/FilterType:Manufacturer /Policy:Include /Value:Name1 /Value:Name2


WDSUTIL /Add-DriverGroupFilter /DriverGroup:PrinterDrivers
/FilterType:Manufacturer /Policy:Include /Value:Name1
/FilterType:ChassisType /Policy:Exclude /Value:Tower /Value:MiniTower