Open navigation

Get-TPHubPrinter

Description

Syntax

Example 1

Example 2



Description

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


Syntax

Get-TPHubPrinter [-Id <uint16>] [-Name <string>] [-Printer <variable>] [-Proxy <string>]
ParameterDescription
-IDfilter for the printer ID (optional)
-Namefilter for the printer name (optional)
-Printervariable 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

ThinPrint Hub's PowerShell cmdlet Get-TPHubPrinter

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

ThinPrint Hub's PowerShell cmdlet Get-TPHubPrinter: corresponding web console


Example 2

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

ThinPrint Hub's PowerShell cmdlet Get-TPHubPrinter: usage of a variable


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.