PowerCLI Reference

Remove-TrustedClusterKeyProviderServiceInfo

Synopsis

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

Syntax

Remove-TrustedClusterKeyProviderServiceInfo [-TrustedCluster] <TrustedCluster> [-KeyProviderServiceInfo] <KeyProviderServiceInfo[]> [-Confirm] [-Server <VIServer[]>] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Add-TrustedClusterKeyProviderServiceInfo
Get-TrustedCluster

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustedClusterTrustedClusterSpecifies the trusted cluster from which you want to remove the key provider service information.trueTrue (ByValue)
KeyProviderServiceInfoKeyProviderServiceInfo[]Specifies the key provider services information you want to remove from the specified trusted cluster.trueFalse
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
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.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 --------------------------

$cluster = Get-TrustedCluster mycluster
Remove-TrustedClusterKeyProviderServiceInfo -TrustedCluster mycluster -KeyProviderServiceInfo $cluster.KeyProviderServiceInfo

Removes the key provider services information configured in the trusted mycluster cluster.


Copyright © VMware, Inc. All rights reserved.