Get-KeyProvider
This cmdlet retrieves all key providers from the vCenter Server system.
Syntax
[-Name
<String[]>]
[-Server <VIServer[]>]
[-Type <KeyProviderType[]>]
[CommonParameters]
[-Server <VIServer[]>]
[-Type <KeyProviderType[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
String[] | named |
|
Specifies the name of the key providers you want to retrieve. | optional |
|
VIServer[] | named |
|
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 |
|
KeyProviderType[] | named |
|
Specifies the type of the key providers you want to retrieve. |
-Id
<String[]>
[-Server <VIServer[]>]
[CommonParameters]
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String[] | named |
|
Specifies the IDs of the key providers you want to retrieve. | optional |
|
VIServer[] | named |
|
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
KeyManagementServer
This cmdlet retrieves the key management servers registered on the vCenter Server system.
This cmdlet adds a key management server to a vCenter Server system.
This cmdlet configures the settings of the key management server.
This cmdlet removes the specified key management servers from the vCenter Server systems.
KeyProvider
This cmdlet retrieves all key providers from the vCenter Server system.
This cmdlet modifies the settings of the specified key provider.