Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Fleet Gitops
See every change, under any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Fleet Gitops
See every change, under any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
drivers
Details for in-use Windows device drivers. This does not display installed but unused drivers.
| Column | Type | Description |
|---|---|---|
| class | text | Device/driver class name |
| date | bigint | Driver date |
| description | text | Driver description |
| device_id | text | Device ID |
| device_name | text | Device name |
| driver_key | text | Driver key |
| image | text | Path to driver image file |
| inf | text | Associated inf file |
| manufacturer | text | Device manufacturer |
| provider | text | Driver provider |
| service | text | Driver service name, if one exists |
| service_key | text | Driver service registry key |
| signed | integer | Whether the driver is signed or not |
| version | text | Driver version |
select * from drivers