Skip to main content

Install-LXCATrustedCertificate

This cmdlet resolves untrusted certificates that are used to establish a secure connection to a managed device.

Note
You cannot pipe objects to this cmdlet.

Syntax

Install-LXCATrustedCertificate [-Connection LXCAConnection] 
[-Uuid String]
[CommonParameter]

Parameters

-Connection LXCAConnection
Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the result from the last Connect-LXCA cmdlet is used.
-Uuid String
Specifies the UUID of the device for which untrusted certificates are to be resolved.
CommonParameters
This cmdlet supports the following common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable, -OutBuffer, -PipelineVariable, -OutVariable. For detailed information about each common parameter, see the Microsoft PowerShell Common Parameters webpage.

Results

This cmdlet does not return an object.

Examples

The following example resolves untrusted certificates for a specific device.

$cred = Get-Credential
Connect-LXCA -Host 192.0.2.0 -Credential $cred

Get-LXCATrustedCertificate –UUID $node

Disconnect-LXCA