Hi,
if you got an error TPM Attestation failed, Message: Internal failure.
Set the maintenance mode for the ESXi Host, disconnect the host from the cluster and reconnect it.
Disconnect
1 | PS D:\> Set-VMHost -VMHost myESXiHost.myDomain.org -State Disconnected |
and reconnect
1 | PS D:\> Set-VMHost -VMHost myESXiHost.myDomain.org -State Connected |
Check the TPM attestation state by Powercli
1 2 3 4 | PS D:\> ( Get-View ( Get-VMHost myESXiHost.myDomain.org)).Summary.TpmAttestation Time Status Message ---- ------ ------- 11.04.2022 22:18:04 accepted |
Michael