/get-DriverPackageFile

 

Applies To: Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8

Displays information about a driver package, including the drivers and files it contains.

Syntax

WDSUTIL /Get-DriverPackageFile /InfFile:<Inf File path> [/Architecture:{x86 | ia64 | x64}] [/Show:{Drivers | Files | All}]

Parameters

Parameter

Description

/InfFile:<Inf File path>

Specifies the full path and file name of the driver package .inf file.

[/Architecture:{x86 | ia64 | x64}]

Specifies the architecture of the driver package.

[/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.

Examples

To view information about a driver file, type:

WDSUTIL /Get-DriverPackageFile /InfFile:"C:\temp\1394.inf" /Architecture:x86

Additional references

Command-Line Syntax Key