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 the username.
  • /FO format - Specifies the output format. Replace format with:
    • TABLE - Table format.
    • LIST - List format.
    • CSV - Comma-separated values format.
  • /NH - Hides the column headers. Valid for TABLE and CSV formats.
  • /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