Remove-AttestationServiceInfo Command | Vmware PowerCLI Reference

Remove-AttestationServiceInfo

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

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
AttestationServiceInfo AttestationServiceInfo[] named
  • pipeline
Specifies the attestation services information you want to remove.

Output

Examples

Example 1

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

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

Related Commands

AttestationServiceInfo

This cmdlet adds an attestation service information, which comes from the TrustAuthorityAttestationService that runs in the Trust Authority system or its detailed information in the workload vCenter Server system.

This cmdlet retrieves the attestation services information configured in the workload vCenter Server system.

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