Description: Adds or removes an existing driver group filter from a driver group. Syntax: WDSUTIL /Set-DriverGroupFilter /DriverGroup:[/Server: ] /FilterType: [/Policy:{Include | Exclude}] [/AddValue: [/AddValue: ...]] [/RemoveValue: [/RemoveValue: ...]] /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 driver group filter to add or remove. You can specify multiple filters in a single command. For each /FilterType, you can add or remove multiple values using /RemoveValue and /AddValue. can be BiosVendor, BiosVersion, ChassisType, Manufacturer, Uuid, OsVersion, OsEdition, OsLanguage. [/Policy:{Include | Exclude}] The new policy to be set on the filter. 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. [/AddValue: ] The new client value to add to the filter. You can specify multiple values for a single filter type. See the following list for valid values for certain filter types. [/RemoveValue: ] The existing client value to remove from the filter. You can specify multiple values for a single filter type. See the following list for valid values for certain filter types. 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 /Set-DriverGroupFilter /DriverGroup:PrinterDrivers /FilterType:Manufacturer /Policy:Include /AddValue:Name1 /RemoveValue:Name2 WDSUTIL /Set-DriverGroupFilter /DriverGroup:PrinterDrivers /FilterType:Manufacturer /Policy:Include /RemoveValue:Name1 /FilterType:ChassisType /Policy:Exclude /AddValue:Tower /AddValue:MiniTower
Description: Adds driver packages from the WDS driver store to an existing driver group on the WDS server. Syntax: WDSUTIL ...
Description: Adds driver packages to a WDS server. Syntax: WDSUTIL /Add-DriverPackage /InfFile: /Server: /Architecture:{x86 ...
Description: Adds images to a WDS server. Syntax: WDSUTIL Options /Add-Image /ImageFile: /Server: /ImageType:{Boot | Install} ...
Description: Adds images, image groups, prestaged devices, driver packages, and driver groups or driver group filters to ...
Description: Adds or removes an existing driver group filter from a driver group. Syntax: WDSUTIL /Set-DriverGroupFilter ...
Description: Approves Auto-Add devices that are awaiting approval. Syntax: WDSUTIL /Approve- Where is one of the following: ...
Description: Approves devices that are pending administrator approval. Syntax: WDSUTIL Options /Approve-AutoAddDevices /Server: ...
DESCRIPTION: Changes the actions upon failure USAGE: sc failure service name . OPTIONS: reset= (Must be used in conjunction ...
DESCRIPTION: Changes the failure actions flag setting of a service. If this setting is 0 (default), the Service Control Manager ...