Bitlocker - TPM Status
| 1 Votes |
Description
Property Details
| 2998637 | |
| Beta - Preliminary testing ready for more | |
| Bitlocker - TPM Status | |
| BESC | |
| bitlocker | |
| bradsexton81 on 5/19/2021 11:04:20 AM | |
| bradsexton81 on 5/19/2021 11:04:20 AM | |
| 5726 Views / 227 Downloads | |
* Average over 1 rating.
** Log In or Register to add your rating.
|
Properties
TPM - Enabled in OS - Windows
Period
Every Report
| * Results in a true/false |
if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsEnabled_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Enabled" ELSE "Disabled") else ERROR "TPM not visible to OS"
TPM - Activated in OS - Windows
Period
Every Report
| * Results in a true/false |
if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsActivated_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Activated" ELSE "Not Activated") else ERROR "TPM not visible to OS"
TPM - Owned in OS - Windows
Period
Every Report
| * Results in a true/false |
if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsActivated_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Owned" ELSE "Not Owned") else ERROR "TPM not visible to OS"
TPM - Visible to OS - Windows
Period
Every Report
| * Results in a true/false |
exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm"
TPM - Version - Windows
Period
Every Report
| * Results in a true/false |
tuple string item 0 of string value of selects "SpecVersion from Win32_Tpm" of wmis "root\CIMv2\Security\MicrosoftTpm"
Relevance
Sharing
| Social Media: |

