We want to find the TPM Manufacturer ID & Version for every computer, because a security program we're deploying requires a minimum version number.
Recast Application Insights almost does this. It gets the TPM version, which is generally "2.0". It does not get the TPM Manufacturer Version, which is wildly different and the numbering varies by Manufacturer ID.
PowerShell command "Get-TPM" tells you this and I'm working on a script that we could run at scale, outputting into a shared csv, but it's tricky.
I have attached a spreadsheet with some example date, written by hand, showing what we want to report on. It would be better if we could report on this out of REI reports in SSRS.
