Query Details

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'.