Get-KeyProvider

This cmdlet retrieves all key providers from the vCenter Server system.

Syntax

[-Name  <String[]>]
[-Server  <VIServer[]>]
[-Type  <KeyProviderType[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
Name
String[] named
  • wildcards
  • Specifies the name of the key providers you want to retrieve.
    optional
    Server
    VIServer[] named
  • wildcards
  • 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.
    optional
    Type
    KeyProviderType[] named Specifies the type of the key providers you want to retrieve.

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

    Parameters

    Required Parameter Name Type Position Features Description
    required
    Id
    String[] named Specifies the IDs of the key providers you want to retrieve.
    optional
    Server
    VIServer[] named
  • wildcards
  • 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.ViCore.Types.V1.Security.KeyProvider

    Examples


    Example 1

    Get-KeyProvider -Server $myServer

    Retrieves all key providers from the $myServer vCenter Server system.

    Example 2

    Get-KeyProvider -Name 'ThalesCluster'

    Retrieves a key provider named 'ThalesCluster'.

    Example 3

    Get-KeyProvider -Type NativeKeyProvider,TrustedKeyProvider

    Retrieves all key providers of the NativeKeyProvider and the TrustedKeyProvider type.

    Related Commands

    Feedback

    Was this page helpful?