Remove-TrustAuthorityTpm2CACertificate

This cmdlet removes the Trust Authority TPM 2.0 certificate authority (CA) certificates from the Trust Authority cluster in the Trust Authority vCenter Server system.

Syntax


Parameters

Required Parameter Name Type Position Features Description
required
Tpm2CACertificate
TrustAuthorityTpm2CACertificate[] named
  • pipeline
  • Specifies the Trust Authority TPM 2.0 CA certificates that you want to remove.

    Output

    Examples


    Example 1

    $cacerts = Get-TrustAuthorityTpm2CACertificate -TrustAuthorityCluster mycluster
    Remove-TrustAuthorityTpm2CACertificate -Tpm2CACertificate $cacerts

    Removes the Trust Authority TPM 2.0 CA certificates from the mycluster Trust Authority cluster.

    Related Commands

    Feedback

    Was this page helpful?