Description
Enables searching printers in the Hub’s local subnet (see Find Printers tab)
Syntax
Set-TPHubDiscoveredPrinter -IsActive <bool> [-Proxy <string>]
Parameter | Description |
-IsActive | • 1 or $true enables the network printer search option (default) • 0 or $false disables the network printer search option • corresponds to Checkbox Find Printers |
-Proxy | • optional (from firmware version 1.1): proxy server address • can also be specified globally using Set-TPHubProxy |
Example
Set-TPHubDiscoveredPrinter -IsActive 1
enabling the network printer search option