PowerCLI Reference

Get-TrustAuthorityKeyProvider

Synopsis

This cmdlet retrieves the Trust Authority key providers from the specified Trust Authority cluster in the Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityKeyProvider [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [[-Name] <String[]>] [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version
New-TrustAuthorityKeyProvider
Remove-TrustAuthorityKeyProvider
Set-TrustAuthorityKeyProvider

Detailed Description

This cmdlet retrieves the Trust Authority key providers from the specified Trust Authority cluster in the Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustAuthorityClusterTrustAuthorityCluster[]Specifies the Trust Authority clusters where you can retrieve the Trust Authority key providers.trueTrue (ByValue)
NameString[]Specifies the names of the Trust Authority key providers you want to retrieve.falseFalse
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

Return Type

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

Notes

Examples

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

Get-TrustAuthorityKeyProvider -TrustAuthorityCluster mycluster

Retrieves the Trust Authority key providers from the mycluster Trust Authority cluster in the connected Trust Authority vCenter Server system.


Copyright © VMware, Inc. All rights reserved.