Remove-KeyProviderServiceInfo

This cmdlet removes the specified key provider services information from the workload vCenter Server system.

Syntax

-KeyProviderServiceInfo  <KeyProviderServiceInfo[]>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
KeyProviderServiceInfo
KeyProviderServiceInfo[] named
  • pipeline
  • Specifies the key provider services information that you want to remove.

    Output

    Examples


    Example 1

    $kmxd = Get-KeyProviderServiceInfo
    Remove-KeyProviderServiceInfo -KeyProviderServiceInfo $kmxd

    Removes the key provider services information configured in the connected workload vCenter Server system.

    Related Commands

    Feedback

    Was this page helpful?