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.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
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