New-TrustAuthorityVMHostBaseImage

This cmdlet creates a Trust Authority virtual machine host base image in the Trust Authority vCenter Server system.

Syntax

-FilePath  <String>
-TrustAuthorityCluster  <TrustAuthorityCluster>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
FilePath
String named Specifies the image file that you can use to create a Trust Authority virtual machine host base image. The file is in a .tgz format.
required
TrustAuthorityCluster
TrustAuthorityCluster named
  • pipeline
  • Specifies the Trust Authority cluster in which you can create a new Trust Authority virtual machine host base image.
    optional
    Server
    VIServer[] named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    Output

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

    Examples


    Example 1

    Export-VMHostImageDb -VMHost 1.1.1.1 -FilePath c:\mypath -Server workloadSystem
    New-TrustAuthorityVMHostBaseImage -TrustAuthorityCluster mycluster -FilePath c:\mypath -Server trustAuthoritySystem

    Creates a new Trust Authority virtual machine host base image in the Trust Authority cluster mycluster from the image file c:\mypath. You can export it from a workload host in the workload vCenter Server system.

    Related Commands

    Feedback

    Was this page helpful?