Get-TrustAuthorityAttestationService

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

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
optional
VMHost
VMHost[] 1
  • pipeline
  • Specifies the host from which you can retrieve the Trust Authority attestation services.
    optional
    Server
    VIServer[] named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.
    optional
    ServiceAddress
    String[] named Specifies the service addresses of the Trust Authority attestation services you want to retrieve.
    optional
    ServiceGroup
    String[] named Specifies the service groups of the Trust Authority attestation services you want to retrieve.
    optional
    TrustAuthorityCluster
    TrustAuthorityCluster[] named
  • pipeline
  • Specifies the Trust Autority cluster where you can find the Trust Authority attestation services you want to retrieve.

    Output

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

    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.

    Related Commands

    Feedback

    Was this page helpful?