How to check ESXi have TPM chip installed

 

Run below command to verify whether the ESXi have TPM chip installed


[root@localhost:~] esxcli hardware trustedboot get

   Drtm Enabled: false

   Tpm Present: false




Tpm Present "False" means TPM chip is not present.


No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...