PowerCLI Reference

Get-TrustAuthorityAttestationService

Synopsis

This cmdlet retrieves the Trust Authority attestation services from the specified enabled Trust Authority cluster in the Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityAttestationService [[-TrustAuthorityCluster] <TrustAuthorityCluster[]>] [[-VMHost] <VMHost[]>] [-Server <VIServer[]>] [-ServiceAddress <String[]>] [-ServiceGroup <String[]>] [<CommonParameters>]

Related Commands

Online Version
Get-TrustAuthorityKeyProviderService
Export-TrustAuthorityServicesInfo

Detailed Description

This cmdlet retrieves the Trust Authority attestation services from the specified enabled Trust Authority cluster in the Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustAuthorityClusterTrustAuthorityCluster[]Specifies the Trust Autority cluster where you can find the Trust Authority attestation services you want to retrieve.falseTrue (ByValue)
VMHostVMHost[]Specifies the host from which you can retrieve the Trust Authority attestation services.falseTrue (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
ServiceAddressString[]Specifies the service addresses of the Trust Authority attestation services you want to retrieve.falseFalse
ServiceGroupString[]Specifies the service groups of the Trust Authority attestation services you want to retrieve.falseFalse

Return Type

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

Notes

Examples

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

Set-TrustAuthorityCluster -TrustAuthorityCluster mycluster -State Enabled
Get-TrustAuthorityAttestationService -TrustAuthorityCluster mycluster

Retrieves the Trust Authority attestation services from the mycluster Trust Authority cluster after you enable it.


Copyright © VMware, Inc. All rights reserved.