DRIVERQUERY
Displays a list of device drivers installed on a specified system.
DRIVERQUERY [/S system [/U username [/P [password]]]] [/FO format] [/NH] [/SI] [/V]
Where:
/S system- Specifies the remote system to connect to./U username- Specifies the domain and username to use for displaying drivers./P [password]- Specifies the password for theusername./FO format- Specifies the output format. Replaceformatwith:TABLE- Table format.LIST- List format.CSV- Comma-separated values format.
/NH- Hides the column headers. Valid forTABLEandCSVformats./SI- Provides information about signed drivers./V- Enables verbose mode. Not valid with signed driver output.
Examples:
1. Returns signed driver information in CSV format:
driverquery /fo csv /si
2. Displays the list of drivers for user StinkyPowerful at IP address 1.2.3.4:
driverquery /s 1.2.3.4 /u StinkyPowerful
Comments