PowerCLI Reference

Get-TrustAuthorityTpm2AttestationSettings

Synopsis

This cmdlet retrieves the Trust Authority TPM 2.0 attestation settings from the specified Trust Authority clusters in the connected Trust Auhtority vCenter Server system.

Syntax

Get-TrustAuthorityTpm2AttestationSettings [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version
Set-TrustAuthorityTpm2AttestationSettings
Get-TrustAuthorityCluster

Detailed Description

This cmdlet retrieves the Trust Authority TPM 2.0 attestation settings from the specified Trust Authority clusters in the connected Trust Auhtority 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 attestation settings.trueTrue (ByValue)
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.TrustAuthorityTpm2AttestationSettings[]

Notes

Examples

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

Get-TrustAuthorityTpm2AttestationSettings -TrustAuthorityCluster mycluster

Retrieves the Trust Authority TPM 2.0 attestation settings from the Trust Authority cluster mycluster.


Copyright © VMware, Inc. All rights reserved.