PowerCLI Reference

Set-TrustAuthorityCluster

Synopsis

This cmdlet modifies the configuration of the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Syntax

Set-TrustAuthorityCluster [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [-Confirm] [-RunAsync] [-Server <VIServer[]>] -State {Enabled | Disabled} [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Get-TrustAuthorityCluster

Detailed Description

This cmdlet modifies the configuration of the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
TrustAuthorityClusterTrustAuthorityCluster[]Specifies the Trust Authority clusters that you want to modify.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
RunAsyncSwitchParameterIndicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter, run "help About_RunAsync" in the VMware PowerCLI console.falseFalse
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 in which you want to modify the specified Trust Authority clusters.trueFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

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

Notes

Examples

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

Set-TrustAuthorityCluster -TrustAuthorityCluster mycluster -State Enabled

Enables the Trust Authority cluster mycluster.


Copyright © VMware, Inc. All rights reserved.