Remove-TrustAuthorityTpm2EndorsementKey

This cmdlet removes the Trust Authority TPM 2.0 endorsement keys from the Trust Authority cluster in the Trust Authority vCenter Server system.

Syntax


Parameters

Required Parameter Name Type Position Features Description
required
Tpm2EndorsementKey
TrustAuthorityTpm2EndorsementKey[] named
  • pipeline
  • Specifies the Trust Authority TPM 2.0 endorsement keys that you want to remove.

    Output

    Examples


    Example 1

    $tpm2Eks = Get-TrustAuthorityTpm2EndorsementKey -TrustAuthorityCluster mycluster
    Remove-TrustAuthorityTpm2EndorsementKey -Tpm2EndorsementKey $tpm2Eks

    Removes the Trust Authority TPM 2.0 endorsement keys from the Trust Authority cluster mycluster.

    Related Commands

    Feedback

    Was this page helpful?