Remove-AttestationServiceInfo

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

Syntax

-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

    Feedback

    Was this page helpful?