Get-LXCAIOModule
This cmdlet retrieves information about one or more Flex System switches from the Lenovo XClarity Administrator server.
Note
You can pipe Chassis objects to this cmdlet.
Syntax
Get-LXCAIOMOdule [-Connection LXCAConnection]
[-Chassis Chassis[]]
[CommonParameter]
Get-LXCAIOMOdule [-Connection LXCAConnection]
[-ChassisUuid String[]]
[CommonParameter]
Get-LXCAIOMOdule [-Connection LXCAConnection]
[-IOModuleUuid 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.
- -Chassis Chassis []
- Specifies one or more managed chassis. The cmdlet returns all Flex System switches in each specified chassis. If no chassis is specified, the cmdlet returns all Flex System switches from all managed chassis.TipTo obtain the chassis list, use
Get-LXCAChassis. - -ChassisUuid string[]
- Specifies the UUID of one or more managed chassis. The cmdlet returns all Flex System switches from the specified chassis. If no UUID is specified, the cmdlet returns all Flex System switches from all managed chassis.
- -IOModuleUuid string[]
- Specifies the UUID of one or more Flex System switches. If no UUID is specified, the cmdlet returns all managed Flex System switches.
- 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 IOModule objects.
Examples
The following example retrieves details about all Flex System switches in the specified chassis.
$cred = Get-Credential
Connect-LXCA -Host 192.0.2.0 -Credential $cred
$iomodules = Get-LXCAIOModule -ChassisUuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Disconnect-LXCA
Related links
Give documentation feedback