PowerCLI Reference

Get-TrustAuthorityTpm2CACertificate

Synopsis

This cmdlet retrieves the Trust Authority TPM 2.0 Certificate Authority (CA) certificates from the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityTpm2CACertificate -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]

Get-TrustAuthorityTpm2CACertificate [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [-Name <String[]>] [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version
New-TrustAuthorityTpm2CACertificate
Remove-TrustAuthorityTpm2CACertificate
Export-Tpm2CACertificate

Detailed Description

This cmdlet retrieves the Trust Authority TPM 2.0 Certificate Authority (CA) certificates from the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustAuthorityClusterTrustAuthorityCluster[]Specifies the Trust Authority clusters from which you want to retrieve the Trust Authority TPM 2.0 CA certificates.trueTrue (ByValue)
IdString[]Specifies the IDs of the Trust Authority TPM 2.0 CA certificates you want to retrieve.


Note: When a list of values is specified for the Id parameter, the returned objects have an ID that matches exactly one of the string values in that list.
trueFalse
NameString[]Specifies the names of the Trust Authority TPM 2.0 CA certificates you want to retrieve.falseFalse
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.falseFalse

Return Type

VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityTpm2CACertificate[]

Notes

Examples

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

Get-TrustAuthorityTpm2CACertificate -TrustAuthorityCluster mycluster

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


Copyright © VMware, Inc. All rights reserved.