Set-TrustAuthorityTpm2AttestationSettings

This cmdlet modifies the Trust Authority TPM 2.0 attestation settings of the Trust Authority cluster in the Trust Authority vCenter Server system.

Syntax

-Tpm2AttestationSettings  <TrustAuthorityTpm2AttestationSettings>
[-RequireCertificateValidation]
[-RequireEndorsementKey]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Tpm2AttestationSettings
TrustAuthorityTpm2AttestationSettings named
  • pipeline
  • Specifies the Trust Authority TPM 2.0 attestation settings that you want to modify.
    optional
    RequireCertificateValidation
    SwitchParameter named Updates the specified Trust Authority TPM 2.0 attestation settings to require the TPM 2.0 certificate authority (CA) certificate validation.
    optional
    RequireEndorsementKey
    SwitchParameter named Updates the specified Trust Authority TPM 2.0 attestation settings to require the TPM 2.0 endorsement key validation.

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

    Parameters

    Required Parameter Name Type Position Features Description
    required
    TrustAuthorityCluster
    TrustAuthorityCluster named
  • pipeline
  • Specifies the Trust Authority cluster where you want to modify the Trust Authority TPM 2.0 attestation settings.
    optional
    RequireCertificateValidation
    SwitchParameter named Updates the specified Trust Authority TPM 2.0 attestation settings to require the TPM 2.0 certificate authority (CA) certificate validation.
    optional
    RequireEndorsementKey
    SwitchParameter named Updates the specified Trust Authority TPM 2.0 attestation settings to require the TPM 2.0 endorsement key validation.
    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

    $tpm2Settings = Get-TrustAuthorityTpm2AttestationSettings -TrustAuthorityCluster mycluster
    Set-TrustAuthorityTpm2AttestationSettings -Tpm2AttestationSettings $tpm2Settings -RequireCertificateValidation -RequireEndorsementKey

    Modifies the Trust Authority TPM 2.0 attestation settings in the Trust Authority Cluster mycluster. The CertificateValidation and EndorsementKey parameters are required.

    Related Commands

    Feedback

    Was this page helpful?