Bitlocker - TPM Status
Log In or Register to download the BES file, and more.

1 Votes

Description

<enter a description of the analysis here>

Property Details

ID2998637
StatusBeta - Preliminary testing ready for more
TitleBitlocker - TPM Status
DomainBESC
Keywordsbitlocker
Added by on 5/19/2021 11:04:20 AM
Last Modified by on 5/19/2021 11:04:20 AM
Counters 4010 Views / 189 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * 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
Show indented relevance
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
Show indented relevance
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
Show indented relevance
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
Show indented relevance
exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm"
TPM - Version - Windows
Period Every Report
 
  * Results in a true/false
Show indented relevance
tuple string item 0 of string value of selects "SpecVersion from Win32_Tpm" of wmis "root\CIMv2\Security\MicrosoftTpm"

Relevance

isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!