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
Corresponds to the web console as seen in the following screenshot.
Example 2
$a = Get-TPHubPrinter -Id 1 Get-TPHubPrinter -Printer $a or $a | Get-TPHubPrinter