PowerCLI Reference

Get-KeyProviderServiceInfo

Synopsis

This cmdlet retrieves the key provider services information configured in the workload vCenter Server system.

Syntax

Get-KeyProviderServiceInfo -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]

Get-KeyProviderServiceInfo [-Server <VIServer[]>] [-ServiceAddress <String[]>] [-ServiceGroup <String[]>] [-ServicePort <Int32>] [-TAClusterId <String[]>] [<CommonParameters>]

Related Commands

Online Version
Remove-KeyProviderServiceInfo
Add-KeyProviderServiceInfo
Import-TrustAuthorityServicesInfo

Detailed Description

This cmdlet retrieves the key provider services information configured in the workload vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
IdString[]Specifies the IDs of the key provider service information you want to retrieve.


Note: When a list of values is specified for the Id parameter, the returned objects have an ID that matches exactly one of the string values in that list.
trueFalse
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 key provider service information you want to retrieve.falseFalse
ServiceGroupString[]Specifies the service groups of the key provider service information you want to retrieve.falseFalse
ServicePortInt32Specifies the service port of the key provider service information you want to retrieve. It only works when the ServiceAddress parameter is also specified.falseFalse
TAClusterIdString[]Specifies the Trust Authority cluster IDs of the key provider service information you want to retrieve.falseFalse

Return Type

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

Notes

Examples

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

Get-KeyProviderServiceInfo

Retrieves a list of the available key provider service information configured in the workload vCenter Server system.


Copyright © VMware, Inc. All rights reserved.