We have Sophos Endpoint Agents installed on our workstations for anti-virus software. We manage this through cloud.sophos.com<\/a>. We also have BitLocker through Sophos.<\/p>\n
My question is, is there a way to get to see what TPM version is installed on each workstations from cloud.sophos.com<\/a> or other way through Sophos?<\/p>\n
I have this PowerShell script to get TPM versions, but I would prefer to use Sophos if its possible.<\/p>\n I was able to get report from Tanium, we use it to manage our computers.<\/p>","upvoteCount":0,"datePublished":"2024-09-16T17:35:42.583Z","url":"https://community.spiceworks.com/t/get-tpm-version-script/1117081/2","author":{"@type":"Person","name":"tantony","url":"https://community.spiceworks.com/u/tantony"}},"suggestedAnswer":[{"@type":"Answer","text":" We have Sophos Endpoint Agents installed on our workstations for anti-virus software. We manage this through cloud.sophos.com<\/a>. We also have BitLocker through Sophos.<\/p>\n My question is, is there a way to get to see what TPM version is installed on each workstations from cloud.sophos.com<\/a> or other way through Sophos?<\/p>\n I have this PowerShell script to get TPM versions, but I would prefer to use Sophos if its possible.<\/p>\n
$tpm = tpmtool getdeviceinformation\n$tpm_version = $tpm[2].Split()[2]\n\nWrite-Host $env:COMPUTERNAME, $tpm_version\n<\/code><\/pre>","upvoteCount":3,"answerCount":2,"datePublished":"2024-09-12T16:48:51.429Z","author":{"@type":"Person","name":"tantony","url":"https://community.spiceworks.com/u/tantony"},"acceptedAnswer":{"@type":"Answer","text":"
$tpm = tpmtool getdeviceinformation\n$tpm_version = $tpm[2].Split()[2]\n\nWrite-Host $env:COMPUTERNAME, $tpm_version\n<\/code><\/pre>","upvoteCount":3,"datePublished":"2024-09-12T16:48:51.497Z","url":"https://community.spiceworks.com/t/get-tpm-version-script/1117081/1","author":{"@type":"Person","name":"tantony","url":"https://community.spiceworks.com/u/tantony"}}]}}