PowerCLI Reference

Remove-TrustAuthorityTpm2CACertificate

Synopsis

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

Remove-TrustAuthorityTpm2CACertificate [-Tpm2CACertificate] <TrustAuthorityTpm2CACertificate[]> [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Get-TrustAuthorityTpm2CACertificate
New-TrustAuthorityTpm2CACertificate

Detailed Description

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.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
Tpm2CACertificateTrustAuthorityTpm2CACertificate[]Specifies the Trust Authority TPM 2.0 CA certificates that you want to remove.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

System.Void

Notes

Examples

-------------------------- Example 1 --------------------------

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

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


Copyright © VMware, Inc. All rights reserved.