PowerCLI Reference

Get-TrustAuthorityServicesStatus

Synopsis

This cmdlet retrieves the Trust Authority services status from the specified Trust Authority clusters in the connected Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityServicesStatus [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version
Get-TrustAuthorityCluster

Detailed Description

This cmdlet retrieves the Trust Authority services status from the specified Trust Authority clusters in the connected Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustAuthorityClusterTrustAuthorityCluster[]Specifies the Trust Authority clusters from which you want to retrieve the Trust Authority services status.trueTrue (ByValue)
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

Return Type

VMware.VimAutomation.Security.Types.V1.TrustedInfrastructure.TrustAuthorityServicesStatus

Notes

Examples

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

Get-TrustAuthorityServicesStatus -TrustAuthorityCluster mycluster

Retrieves the Trust Authority services status from the Trust Authority cluster mycluster.


Copyright © VMware, Inc. All rights reserved.