Check TPM Status from the Command Line (Enabled | Activated | Owned)

Quick and simple way to see if the TPM on a computer is Enabled, Activated and Owned – all of which are required before using them for BitLocker:

wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsEnabled_InitialValue
wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsActivated_InitialValue
wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsOwned_InitialValue

As long as they all return as “True” you’re good to go.

/ JC

7 thoughts on “Check TPM Status from the Command Line (Enabled | Activated | Owned)

  1. westerdaled

    Hi I am getting access denied when I paste into Cmder . I also got this with Get-WmiObject -class Win32_Tpm -namespace root\CIMV2\Security\MicrosoftTpm -computername $env:COMPUTERNAME . Any ides please?

    Reply
  2. Pingback: Enabling, Activating, and Owning the TPM for the Enable BitLocker step in MDT – System Center Configuration Manager Notes

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.