Remove-EntityDefaultKeyProvider Command | Vmware PowerCLI Reference

Remove-EntityDefaultKeyProvider

This cmdlet removes the default key provider from the specified entities.

Syntax

Remove-EntityDefaultKeyProvider
[ -Entity ] < VIObject[] >
[-Server < VIServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Entity VIObject[] 1
  • pipeline
  • wildcards
Specifies the entities from which you want to remove the deault key provider.
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

Examples

Example 1

$cluster = Get-Cluster -Name "MyCluster"
Remove-EntityDefaultKeyProvider -Entity $cluster

Removes the default key provider from the "MyCluster" entity.

Related Commands

Entity

This cmdlet remediates an inventory object against the specified baselines.

EntityBaseline

This cmdlet attaches baselines to the specified inventory object.

This cmdlet detaches baselines from the specified inventory objects.

EntityDefaultKeyProvider

This cmdlet adds a key provider to entities as default key provider.

This cmdlet removes the default key provider from the specified entities.