PowerCLI Reference

Remove-KeyProviderServiceInfo

Synopsis

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

Syntax

Remove-KeyProviderServiceInfo [-KeyProviderServiceInfo] <KeyProviderServiceInfo[]> [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Get-KeyProviderServiceInfo
Add-KeyProviderServiceInfo
Add-TrustedClusterKeyProviderServiceInfo
Remove-TrustedClusterKeyProviderServiceInfo

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
KeyProviderServiceInfoKeyProviderServiceInfo[]Specifies the key provider services information that you want to remove.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

System.Void

Notes

Examples

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

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

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


Copyright © VMware, Inc. All rights reserved.