Import-TrustAuthorityServicesInfo

This cmdlet imports the Trust Authority services information (Trust Authority attestation service and Trust Authority key provider service) from the specified file to the workload vCenter Server system.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
FilePath
String named Specifies the path to the file where you want to import the Trust Authority services information.
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.TAServiceInfo

Examples


Example 1

Import-TrustAuthorityServicesInfo -FilePath c:\mypath

Imports the Trust Authority services information in the c:\mypath file to the connected workload vCenter Server system.

Related Commands

Feedback

Was this page helpful?