PowerCLI Reference

Get-TrustAuthorityKeyProviderService

Synopsis

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

Syntax

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

Related Commands

Online Version
Get-TrustAuthorityAttestationService
Export-TrustAuthorityServicesInfo

Detailed Description

This cmdlet retrieves the Trust Authority key provider 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 clusters from which you want to retrieve the Trust Authority key provider services.falseTrue (ByValue)
VMHostVMHost[]Specifies the hosts from which you want to retrieve the Trust Authority key provider 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 key provider services you want to retrieve.falseFalse
ServiceGroupString[]Specifies the service groups of the Trust Authority key provider services you want to retrieve.falseFalse

Return Type

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

Notes

Examples

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

Set-TrustAuthorityCluster -TrustAuthorityCluster mycluster -State Enabled
Get-TrustAuthorityKeyProviderService -TrustAuthorityCluster mycluster

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


Copyright © VMware, Inc. All rights reserved.