Get-LXCAServiceTickets

This cmdlet retrieves information about service tickets.

Note: You cannot pipe objects to this cmdlet.

Syntax

Get-LXCAServiceTickets [-Connection LXCAConnection] 
                       [-Uuids String[]>]
                       [-TicketState String]
                       [CommonParameters]

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.
-Uuids String[]
Returns information about service tickets that are associated with one or more specific groups and devices, specified by UUID.

If not specified, information about all service tickets for all groups and devices are returned.

-TicketState String
Returns information about service tickets that are in a specific state. You can specify one of the following values.
  • Active

  • Answered

  • Cancelled

  • Canceled

  • Closed

  • Created

  • Error

  • Initialized

  • NewState

  • Processing

  • Rejected

  • Resolved

  • Submitted

  • Unknown

  • Waiting

If not specified, information about all service tickets for all groups and devices are returned.

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 array of Lenovo.SysMgmt.LXCA.Integration.Data.SwitchConfigData objects (Lenovo.SysMgmt.LXCA.Integration.Data.ServiceTicket[]).

Examples

Related links

Remove-LXCACabinet