Query Details

Find Windows 11 Compatible Tpms

Query

Author: Niklas Tinner (@NiklasTinner)

Use Case: Check if TPM 2.0 is available.

Tpm
| where SpecVersion contains '2.0'

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 profile picture

Ugur Koc

Released: February 4, 2024

Tables

Tpm

Keywords

TPM,SpecVersion

Operators

|wherecontains

Actions