Remove-TrustAuthorityVMHostBaseImage

This cmdlet removes the Trust Authority virtual machine host base images from the Trust Authority cluster in the Trust Authority vCenter Server system.

Syntax


Parameters

Required Parameter Name Type Position Features Description
required
VMHostBaseImage
TrustAuthorityVMHostBaseImage[] named
  • pipeline
  • Specifies the virtual machine host base images that you want to remove.

    Output

    Examples


    Example 1

    $baseImages = Get-TrustAuthorityVMHostBaseImage -TrustAuthorityCluster mycluster
    Remove-TrustAuthorityVMHostBaseImage -VMHostBaseImage $baseImages

    Removes the Trust Authority virtual machine host base images from the mycluster Trust Authority cluster.

    Related Commands

    Feedback

    Was this page helpful?