Remove-TrustAuthorityPrincipal

This cmdlet removes the Trust Authority principals from their location in the Trust Authority vCenter Server system.

Syntax

-TrustAuthorityPrincipal  <TrustAuthorityPrincipal[]>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
TrustAuthorityPrincipal
TrustAuthorityPrincipal[] named
  • pipeline
  • Specifies the Trust Authority principals that you want to remove.

    Output

    Examples


    Example 1

    $principals = Get-TrustAuthorityPrincipal -TrustAuthorityCluster mycluster
    Remove-TrustAuthorityPrincipal -TrustAuthorityPrincipal $principals

    Removes the Trust Authority principals from the mycluster Trust Authority cluster.

    Related Commands

    Feedback

    Was this page helpful?