Bitlocker - TPM Status
0 Votes |
Description
Property Details
2998646 | |
Beta - Preliminary testing ready for more | |
Bitlocker - TPM Status | |
BESC | |
bitlocker | |
bradsexton81 on 9/9/2021 1:06:14 PM | |
bradsexton81 on 9/9/2021 1:06:14 PM | |
2036 Views / 13 Downloads | |
* Average over 0 ratings. ** 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: |