Get-TPHubPrinter

175 views 0

Description

Retrieves the printer list from the ThinPrint Client (see Printers)

Syntax

Get-TPHubPrinter [-Id <uint16>] [-Name <string>] [-Printer <variable>] [-Proxy <string>]
Parameter Description
-ID filter for the printer ID (optional)
-Name filter for the printer name (optional)
-Printer variable as a filter for the printer objects (optional)
-Proxy • optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy

Example 1

Get-TPHubPrinter

displaying the printer list

Corresponds to the web console as seen in the following Illus.

printer list in the web console

Example 2

$a = Get-TPHubPrinter -Id 1
Get-TPHubPrinter -Printer $a or $a | Get-TPHubPrinter

 printer list displayed – using the printer objects stored in $a (only the printer with ID 1 is shown)

Previous Page
Next Page

Was this helpful?