PowerCLI Reference

Remove-AttestationServiceInfo

Synopsis

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

Syntax

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

Related Commands

Online Version
Get-AttestationServiceInfo
Add-AttestationServiceInfo
Add-TrustedClusterAttestationServiceInfo
Remove-TrustedClusterAttestationServiceInfo

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
AttestationServiceInfoAttestationServiceInfo[]Specifies the attestation services information 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 --------------------------

$attest = Get-AttestationServiceInfo
Remove-AttestationServiceInfo -AttestationServiceInfo $attest

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


Copyright © VMware, Inc. All rights reserved.