PowerCLI Reference

Remove-TrustedClusterAttestationServiceInfo

Synopsis

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

Syntax

Remove-TrustedClusterAttestationServiceInfo [-TrustedCluster] <TrustedCluster> [-AttestationServiceInfo] <AttestationServiceInfo[]> [-Confirm] [-Server <VIServer[]>] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Add-TrustedClusterAttestationServiceInfo
Get-TrustedCluster

Detailed Description

This cmdlet removes the attestation 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 attestation service information.trueTrue (ByValue)
AttestationServiceInfoAttestationServiceInfo[]Specifies the attestation services information that 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-TrustedClusterAttestationServiceInfo -TrustedCluster mycluster -AttestationServiceInfo $cluster.AttestationServiceInfo

Removes the attestation services information configured in the trusted mycluster cluster.


Copyright © VMware, Inc. All rights reserved.