VMware Cloud Community
knatesan
Contributor
Contributor
Jump to solution

TPM Presence in ESXi

Hi all,

Is there any way to determine the TPM presence status in ESXi CLI?

is there any esx command to check ?

Is there any workaround to check from vCENTER?

Reply
0 Kudos
1 Solution

Accepted Solutions
schepp
Leadership
Leadership
Jump to solution

Hey,

try this command:


esxcli hardware trustedboot get

Edit: it can be found in the documentation: vSphere 5.5 Documentation Center

View solution in original post

Reply
0 Kudos
2 Replies
schepp
Leadership
Leadership
Jump to solution

Hey,

try this command:


esxcli hardware trustedboot get

Edit: it can be found in the documentation: vSphere 5.5 Documentation Center

Reply
0 Kudos
knatesan
Contributor
Contributor
Jump to solution

thanks .. It works..

One other question:

is there any other command to get the tpm version.

I mean the TPM manufacturer details, version etc..

In Linux, I used to get it from tpm-tools like below

$ tpm_version

Reply
0 Kudos