Skip to main content

1E 8.1 (on-premises)

Device.GetOutboundPrinters

Method

GetOutboundPrinters

Module

Device

Library

Core

Action

Retrieves information about any printers attached physically that might be shared

Parameters

None

Return values

A table containing a single row per attached printer

    • Attributes (string): Some operating system details about the printer

      • "queued", "direct", "default", "shared", "hidden", "enable devq", "keep printed jobs", "do complete first", "work offline", "enable bidi", "raw only", "published", "fax"

    • Location (string): Whether the printer is "local" or "remote"

    • Port (string): The port associated with the printer. If local then this will be the physical port on this device, if remote then it is the IP Address of the server.

    • PrinterName (string): The name of the printer unique to the device

    • ShareName (string): The name under which the printer is shared from this device

Example

Device.GetOutboundPrinters();

Platforms

  • Windows

Notes