Get-TrustAuthorityTpm2AttestationSettings

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

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

Parameters

Required Parameter Name Type Position Features Description
required
TrustAuthorityCluster
TrustAuthorityCluster[] named
  • pipeline
  • Specifies the Trust Authority clusters from which you want to retrieve the Trust Authority TPM 2.0 attestation settings.
    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.

    Output

    VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityTpm2AttestationSettings

    Examples


    Example 1

    Get-TrustAuthorityTpm2AttestationSettings -TrustAuthorityCluster mycluster

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

    Related Commands

    Feedback

    Was this page helpful?