PowerCLI Reference

Get-TrustAuthorityKeyProviderServer

Synopsis

This cmdlet retrieves the Trust Authority key provider servers from the specified Trust Authority key providers in the connected Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityKeyProviderServer [-KeyProvider] <TrustAuthorityKeyProvider[]> [-Address <String[]>] [-Server <VIServer[]>] [-TrustAuthorityCluster <TrustAuthorityCluster>] [<CommonParameters>]

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

Related Commands

Online Version
Add-TrustAuthorityKeyProviderServer
Remove-TrustAuthorityKeyProviderServer

Detailed Description

This cmdlet retrieves the Trust Authority key provider servers from the specified Trust Authority key providers in the connected Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
KeyProviderTrustAuthorityKeyProvider[]Specifies the Trust Authority key providers from where you want to retrieve the Trust Authority key provider servers.trueTrue (ByValue)
AddressString[]Specifies the addresses of the Trust Authority key provider server you want to retrieve.falseFalse
NameString[]Specifies the names of the Trust Authority key provider server 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
TrustAuthorityClusterTrustAuthorityClusterSpecifies the Trust Authority cluster where the Trust Authority key provider resides.falseFalse

Return Type

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

Notes

Examples

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

Get-TrustAuthorityKeyProviderServer -KeyProvider myKeyProvider -Address 1.1.1.1

Retrieves the Trust Authority key provider server with the 1.1.1.1 address from the Trust Authority myKeyProvider key provider.

-------------------------- Example 2 --------------------------

Get-TrustAuthorityKeyProviderServer -KeyProvider myKeyProvider -Name myKmsName

Retrieves the Trust Authority key provider server with name myKmsName from the Trust Authority key provider myKeyProvider.


Copyright © VMware, Inc. All rights reserved.