We have Sophos Endpoint Agents installed on our workstations for anti-virus software. We manage this through cloud.sophos.com. We also have BitLocker through Sophos.

My question is, is there a way to get to see what TPM version is installed on each workstations from cloud.sophos.com or other way through Sophos?

I have this PowerShell script to get TPM versions, but I would prefer to use Sophos if its possible.

$tpm = tpmtool getdeviceinformation
$tpm_version = $tpm[2].Split()[2]

Write-Host $env:COMPUTERNAME, $tpm_version
3 Spice ups

I was able to get report from Tanium, we use it to manage our computers.