PowerCLI Reference

Get-TrustAuthorityCluster

Synopsis

This cmdlet retrieves the Trust Authority clusters from the Trust Authority vCenter Server system.

Syntax

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

Get-TrustAuthorityCluster [[-Name] <String[]>] [-Server <VIServer[]>] [-State {Enabled | Disabled}] [<CommonParameters>]

Related Commands

Online Version
Set-TrustAuthorityCluster

Detailed Description

This cmdlet retrieves the Trust Authority clusters from the Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
NameString[]Specifies the names of the Trust Authority clusters you want to retrieve.falseFalse
IdString[]Specifies the IDs of the Trust Authority cluster 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
StateTrustAuthorityStateSpecifies the state of the Trust Authority clusters you want to retrieve.falseFalse

Return Type

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

Notes

Examples

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

Get-TrustAuthorityCluster

Retrieves the Trust Authority clusters from the connected Trust Authority vCenter Server system.


Copyright © VMware, Inc. All rights reserved.