Find Windows 11 Compatible Tpms
Query
Tpm
| where SpecVersion contains '2.0'About this query
Author: Niklas Tinner (@NiklasTinner)
Use Case: Check if TPM 2.0 is available.
Explanation
The query checks if TPM 2.0 is available by filtering the Tpm table to only include entries where the SpecVersion contains '2.0'.
Details

Ugur Koc
Released: February 4, 2024
Tables
Tpm
Keywords
TPMSpecVersion
Operators
|wherecontains