/get-AllDriverPackages
Applies To: Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8
Displays information about all the driver packages on a server that match the specified search criteria.
Syntax
WDSUTIL /Get-AllDriverPackages [/Server:<Server name>] [/Show:{Drivers | Files | All}] [/FilterType:<Filter Type> /Operator:{Equal | NotEqual | GreaterOrEqual | LessOrEqual | Contains} /Value:<Value> [/Value:<Value> ...]]
Parameters
Parameter |
Description |
---|---|
[/Server:<Server name>] |
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. |
[/Show: {Drivers | Files | All}] |
Indicates the package information to display. If /Show is not specified, the default is to return only the driver package metadata. Drivers displays the list of drivers in the package. Files displays the list of files in the package. All displays drivers and files. |
/FilterType:<Filter Type> |
Specifies the attribute of the driver package to search for. You can specify multiple attributes in a single command. You must also specify /Operator and /Value with this option. <Filter Type> can be one of the following: PackageId PackageName PackageEnabled PackageDateAdded PackageInfFilename PackageClass PackageProvider PackageArchitecture PackageLocale PackageSigned PackageDatePublished PackageVersion DriverDescription DriverManufacturer DriverHardwareId DriverCompatibleId DriverExcludeId DriverGroupId DriverGroupName |
/Operator:{Equal | NotEqual | GreaterOrEqual | LessOrEqual | Contains} |
Specifies the relationship between the attribute and the values. You can specify Contains only with string attributes. You can specify GreaterOrEqual and LessOrEqual only with date and version attributes. |
/Value:<Value> |
Specifies the value to search on for the specified <Attribute>. You can specify multiple values for a single /FilterType. The list below outlines the attributes you can specify for each filter. For more information about these attributes, see Driver and Package Attributes (https://go.microsoft.com/fwlink/?LinkId=166895).
|
Examples
To display information, type one of the following:
WDSUTIL /Get-AllDriverPackages /Server:MyWdsServer /Show:All /FilterType:DriverGroupName /Operator:Contains /Value:Printer /FilterType:PackageArchitecture /Operator:Equal /Value:x64 /Value:x86
WDSUTIL /Get-AllDriverPackages /Show:Drivers /FilterType:PackageDateAdded /Operator:GreaterOrEqual /Value:2008/01/01