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
tpm_info
A table that lists the TPM related information.
| Column | Type | Description |
|---|---|---|
| activated | integer | TPM is activated |
| enabled | integer | TPM is enabled |
| manufacturer_id | integer | TPM manufacturers ID |
| manufacturer_name | text | TPM manufacturers name |
| manufacturer_version | text | TPM version |
| owned | integer | TPM is owned |
| physical_presence_version | text | Version of the Physical Presence Interface |
| product_name | text | Product name of the TPM |
| spec_version | text | Trusted Computing Group specification that the TPM supports |
select * from tpm_info