Get-Tpm2EndorsementKey
This cmdlet retrieves the TPM 2.0 endorsement key from the TPM 2.0 chip in the specified host. You can use this cmdlet by connecting either directly to an ESXi host or to its vCenter Server system.
Syntax
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
VMHost[] | named |
|
Specifies the hosts on which you want to export the TPM 2.0 endorsement key from the TPM 2.0 chip. | optional |
|
VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet. |
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
VMHostTPM[] | named |
|
Specifies the TPM from which you want to Get the TPM 2.0 endorsement key. | optional |
|
VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet. |
Output
VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.Tpm2EndorsementKey
Examples
Example 1
Retrieves the TPM 2.0 endorsement key information from the TPM 2.0 chip of the specified host when connected directly to this host.
Example 2
Retrieves the TPM 2.0 endorsement key information from the TPM 2.0 chip of the specified host in the connected vCenter.
Example 3
Retrieves the TPM 2.0 endorsement key information from the TPM 2.0 chip corresponding to the specified TPM.
Related Commands
Tpm2CACertificate