This cmdlet retrieves system information for one or more chassis that have been discovered by Lenovo XClarity Administrator, including managed and unmanaged chassis.
This cmdlet returns system information (such as location, health, and machine type) about the chassis and CMMs that are installed in the chassis. It does not include detailed information about other chassis components, such as compute nodes, Flex switches, or fans. For inventory information for the chassis and chassis components, use the Get-LXCAChassisInventory cmdlet.
Get-LXCAChassis [-Connection LXCAConnection]
[-ChassisUuid String[]]
[CommonParameter]
Get-LXCAChassis [-Connection LXCAConnection]
[-Unmanaged]
[CommonParameter]
This cmdlet returns one or more Chassis objects that contain information about each chassis and the CMMs that are installed in the chassis.
The following example retrieves information about all managed chassis.
$cred = Get-Credential
Connect-LXCA -Host 192.0.2.0 -Credential $cred
$chassis = Get-LXCAChassis
Disconnect-LXCA