- IsActivated_InitialValue
-
- Data type: boolean
- Access type: Read-only
Indicates whether the TPM is activated.
If true, the device is activated.
When a TPM is not detected or the data is otherwise unavailable, false is returned.
This value is stored when the class is instantiated. It is possible for the TPM to change state between the instantiation and when you check this value. To check whether the TPM is activated in real time, use the IsActivated method.
Windows Vista and Windows Server 2008: This property is not available.
- IsEnabled_InitialValue
-
- Data type: boolean
- Access type: Read-only
Indicates whether the TPM is enabled.
If true, the device is enabled.
When a TPM is not detected or the data is otherwise unavailable, false is returned.
This value is stored when the class is instantiated. It is possible for the TPM to change state between the instantiation and when you check this value. To check whether the TPM is enabled in real time, use the IsEnabled method.
Windows Vista and Windows Server 2008: This property is not available.
- IsOwned_InitialValue
-
- Data type: boolean
- Access type: Read-only
Indicates whether the TPM has an owner.
If true, the device has an owner.
When a TPM is not detected or the data is otherwise unavailable, false is returned.
This value is stored when the class is instantiated. It is possible for the TPM to change state between the instantiation and when you check this value. To check whether the TPM is owned in real time, use the IsOwned method.
Windows Vista and Windows Server 2008: This property is not available.
- ManufacturerId
-
- Data type: uint32
- Access type: Read-only
The identifying information that uniquely names the TPM manufacturer.
When a TPM is not detected or the data is otherwise unavailable, zero is returned.
This integer value can be translated to a string value by interpreting each byte as an ASCII character. For example, an integer value of 1414548736 can be divided into these 4 bytes: 0x54, 0x50, 0x4D, and 0x00. Assuming the string is interpreted from left to right, this integer value translated to a string value of "TPM".
- ManufacturerVersion
-
- Data type: string
- Access type: Read-only
The version of the TPM, as specified by the manufacturer.
When a TPM is not detected or the data is otherwise unavailable, "Not Supported" is returned.
- ManufacturerVersionInfo
-
- Data type: string
- Access type: Read-only
Other manufacturer-specific version information for the TPM.
When a TPM is not detected or the data is otherwise unavailable, "Not Supported" is returned.
- PhysicalPresenceVersionInfo
-
- Data type: string
- Access type: Read-only
The version of the Physical Presence Interface, a communication mechanism used to run device operations that require physical presence, that the computer supports.
This interface must be available to run TPM physical presence operations. The Win32_Tpm methods SetPhysicalPresenceRequest, GetPhysicalPresenceRequest, GetPhysicalPresenceTransition, and GetPhysicalPresenceResponse expose the capabilities of the Physical Presence Interface.
When a TPM is not detected or the Physical Presence Interface is otherwise unavailable, "Not Supported" is returned.
- SpecVersion
-
- Data type: string
- Access type: Read-only
The version of the Trusted Computing Group (TCG) specification that the TPM supports. This value includes the major and minor TCG specification version, the specification revision level, and the errata revision level. All values are in hexadecimal. For example, a version information of "1.2, 2, 0" indicates that the device was implemented to TCG specification version 1.2, revision level 2, and with no errata.
When a Trusted Platform Module (TPM) is not detected or the data is otherwise unavailable, "Not Supported" is returned.
Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Windows SDK. They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).