PowerCLI Reference

Get-AttestationServiceInfo

Synopsis

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

Syntax

Get-AttestationServiceInfo -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]

Get-AttestationServiceInfo [-Server <VIServer[]>] [-ServiceAddress <String[]>] [-ServiceGroup <String[]>] [-ServicePort <Int32>] [-TAClusterId <String[]>] [<CommonParameters>]

Related Commands

Online Version
Remove-AttestationServiceInfo
Add-AttestationServiceInfo
Import-TrustAuthorityServicesInfo

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
IdString[]Specifies the IDs of the attestation service information you want to retrieve.


Note: When a list of values is specified for the Id parameter, the returned objects have an ID that matches exactly one of the string values in that list.
trueFalse
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
ServiceAddressString[]Specifies the service addresses of the attestation service information you want to retrieve.falseFalse
ServiceGroupString[]Specifies the service groups of the attestation service information you want to retrieve.falseFalse
ServicePortInt32Specifies the service port of the attestation service information you want to retrieve. It only works when the ServiceAddress parameter is also specified.falseFalse
TAClusterIdString[]Specifies the Trust Authority cluster IDs of the attestation service information you want to retrieve.falseFalse

Return Type

VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.AttestationServiceInfo[]

Notes

Examples

-------------------------- Example 1 --------------------------

Get-AttestationServiceInfo

Retrieves a list of the available attestation service information configured in the workload vCenter Server system.


Copyright © VMware, Inc. All rights reserved.