Export-TrustAuthorityServicesInfo

This cmdlet exports the Trust Authority services information (the Trust Authority attestation service and Trust Authority key provider service) from the specified Trust Authority cluster to the specified file.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
FilePath
String 1 Specifies the path to the file where you want to export the Trust Authority services information from the specified Trust Authority cluster.
required
TrustAuthorityCluster
TrustAuthorityCluster named
  • pipeline
  • Specifies the Trust Authority cluster where you can export the the Trust Authority services information.
    optional
    Force
    SwitchParameter named Indicates that the cmdlet overwrites the existing destination files and creates directories to complete the specified file path.
    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

    System.IO.FileInfo

    Examples


    Example 1

    Export-TrustAuthorityServicesInfo -TrustAuthorityCluster mycluster -FilePath c:\mypath

    Exports the Trust Authority services information (the Trust Authority attestation service and Trust Authority key provider service) from the mycluster Trust Authority Cluster to the c:\mypath file.

    Related Commands

    Feedback

    Was this page helpful?