Checking the status of the Trusted Platform Module
To check the status of the Trusted Platform Module, launch an elevated command prompt. Use the command below to see if TPM is enabled.
wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsEnabled_InitialValue
Use the command below to determine if TPM is activated.
wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsActivated_InitialValue