PowerCLI Reference

Get-TrustedPrincipal

Synopsis

This cmdlet retrieves the trusted principals from the connected workload vCenter Server system.

Syntax

Get-TrustedPrincipal [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version
Export-TrustedPrincipal
New-TrustAuthorityPrincipal

Detailed Description

This cmdlet retrieves the trusted principals from the connected workload vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
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.TrustedPrincipal

Notes

Examples

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

Get-TrustedPrincipal

Retrieves the trusted principals from the connected workload vCenter Server system.


Copyright © VMware, Inc. All rights reserved.