- IsActivated_InitialValue
-
- Data type: boolean
- Access type: Read-only
Indicates whether the TPM is activated.
true if the device is activated (that is, if IsActivated_InitialValue is true); otherwise, false.
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 Server 2008 and Windows Vista: This property is not available.
- IsEnabled_InitialValue
-
- Data type: boolean
- Access type: Read-only
Indicates whether the TPM is enabled.
true if the device is enabled (that is, if IsEnabled_InitialValue is true); otherwise, false.
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 Server 2008 and Windows Vista: This property is not available.
- IsOwned_InitialValue
-
- Data type: boolean
- Access type: Read-only
Indicates whether the TPM has an owner.
true if the device has an owner (that is, if IsOwned_InitialValue is true); otherwise, false.
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 Server 2008 and Windows Vista: This property is not available.
- ManufacturerId
-
- Data type: uint32
- Access type: Read-only
The identifying information that uniquely names the TPM manufacturer.
When the data is 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 the data is unavailable, "Not Supported" is returned.
- ManufacturerVersionInfo
-
- Data type: string
- Access type: Read-only
Other manufacturer-specific version information for the TPM.
When the data is 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 the data is 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 the data is 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).