Skip to main content

Get-LXCAInformation

This cmdlet retrieves information about Lenovo XClarity Administrator and PowerShell tool, including the product name, version, and build number.

This cmdlet gets information about the Lenovo XClarity Administrator server, including product name, version, and build number.

Note
You cannot pipe objects to this cmdlet.

Syntax

Get-LXCAInformation [-Connection LXCAConnection]
[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.
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 returns an LXCAInformation object.

Examples

The following example retrieves basic information about the XClarity Administrator and PowerShell tool.

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

$info = Get-LXCAInformation

Disconnect-LXCA