List System Printers

Returns a list of the printers on the local system.

Privileges

Normal

Input Parameters

None

Output Parameters

Name Type Description

AvailablePrinterList

Collection

Returns the results as a collection of available printer items, each item containing:

  • Name
  • Location
  • Description
  • Port Name
  • Printer State
  • Printer Status
  • Shared
  • Share Name

Result

Number

Returns a success value of zero. Any value other than zero indicates failure.

Example Input Parameters

No input parameters required.