Description: Adds a driver group to a WDS server. Syntax: WDSUTIL /Add-DriverGroup /DriverGroup: /Server: /Enabled:{Yes | ...

Description: Adds a driver group to a WDS server.

Syntax:
WDSUTIL /Add-DriverGroup /DriverGroup:
     [/Server:]
     [/Enabled:{Yes | No}]
     [/Applicability:{Matched | All}]
     [/FilterType:
         /Policy:{Include | Exclude}
         /Value: [/Value: ...]]

/DriverGroup:           The name of the new 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.
[/Enabled:{Yes | No}                Enables or disables the package.
[/Applicability:{Matched | All}]    Specifies which packages to install if
                                    the filter criteria is met. Matched means
                                    install only the driver packages that
                                    match a client's hardware. All means
                                    install all packages to clients regardless
                                    of their hardware.
[/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-DriverGroup /DriverGroup:PrinterDrivers /Enabled:Yes


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