/FilterType: The attribute of the driver package to search for. You can specify multiple attributes in a single command. ...

/FilterType:             The attribute of the driver package to
                                    search for. You can specify
                                    multiple attributes in a single
                                    command. You must also specify an
                                    /Operator and a /Value with this option.
                                    See the following list for the valid
                                    attributes.
/Operator:{Equal | NotEqual | GreaterOrEqual | LessOrEqual | Contains}
                                    The relationship between the attribute
                                    and the values. You can only specify
                                    Contains with string attributes.
                                    You can only specify GreaterOrEqual
                                    and LessOrEqual with date and
                                    version attributes.
/Value:                      The value to search on for the specified
                                    .  You can specify multiple
                                    values for a single /FilterType. See
                                    the following list for valid values for
                                    certain attributes.

Valid Attributes:
==============================================================================
PackageId, PackageName, PackageEnabled, PackageDateAdded, PackageInfFilename,
PackageClass, PackageProvider, PackageArchitecture, PackageLocale,
PackageSigned, PackageDatePublished, PackageVersion, DriverDescription,
DriverManufacturer, DriverHardwareId, DriverCompatibleId, DriverExcludeId,
DriverGroupId, DriverGroupName

Valid Attribute Values:
=========================
Attribute: PackageEnabled, PackageSigned
------------------------------------------
Specify either Yes or No.

Attribute: PackageDateAdded, PackageDatePublished
---------------------------------------------------
Specify the date in the following format: YYYY/MM/DD

Attribute: PackageClass
-------------------------
Specify a valid class name or class GUID. For example: DiskDrive, Net, or
{4d36e972-e325-11ce-bfc1-08002be10318}.

Attribute: PackageId, DriverGroupId
-------------------------------------
Specify a valid GUID. For example: {4d36e972-e325-11ce-bfc1-08002be10318}.

Attribute: PackageArchitecture
--------------------------------
Specify x86, x64, or ia64.

Attribute: PackageLocale
--------------------------
Specify a valid language identifier. For example: en-US or es-ES.

Attribute: PackageVersion
---------------------------
Specify the version in the following format: a.b.x.y. For example: 6.1.0.0

Note: For the attributes that are not listed here, you can specify any string
value. For more information about all attributes and values, see the Search
and Modify Driver Packages topic in the wds.chm help file.