PowerCLI Reference

Get-TrustAuthorityVMHostBaseImage

Synopsis

This cmdlet retrieves the Trust Authority virtual machine host base image from the specified Trust Authority clusters in the Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityVMHostBaseImage [-TrustAuthorityCluster] <TrustAuthorityCluster[]> [-Health {None | Ok | Warning | Error}] [-Server <VIServer[]>] [-VMHostVersion <String[]>] [<CommonParameters>]

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

Related Commands

Online Version
New-TrustAuthorityVMHostBaseImage
Remove-TrustAuthorityVMHostBaseImage
Export-VMHostImageDb

Detailed Description

This cmdlet retrieves the Trust Authority virtual machine host base image from the specified Trust Authority clusters in the 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 virtual machine host base images.trueTrue (ByValue)
HealthTrustAuthoritySettingsConfigHealth[]Specifies the healths of the Trust Authority virtual machine host base images you want to retrieve.falseFalse
IdString[]Specifies the IDs of the Trust Authority virtual machine host base image 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
VMHostVersionString[]Specifies the virtual machine host versions of the Trust Authority virtual machine host base images you want to retrieve.falseFalse

Return Type

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

Notes

Examples

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

Get-TrustAuthorityVMHostBaseImage -TrustAuthorityCluster mycluster

Retrieves the Trust Authority virtual machine host base image from the Trust Authority cluster mycluster.


Copyright © VMware, Inc. All rights reserved.