Open navigation

Set-TPHubThinPrintConfig

Description

Syntax

Example



Description

Modifies the ThinPrint Client configuration (see ThinPrint)


Syntax

Set-TPHubThinPrintConfig -Port <uint16> [-BandwidthControl <uint32>] -Config <variable> [-Proxy <string>]
ParameterDescription
-Portchanges the TCP port of the ThinPrint Client (alternative to -Config)
-EnableBandwidth­ControlTrue = parameter -BandwidthControl enabled
False = parameter -BandwidthControl disabled
-BandwidthControlmodifies the bandwidth setting for the ThinPrint Client (optional with -Port,)
-ConfigThinPrint Client configuration defined through variable (alternative to -Port)
-Proxy• optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy


Example

$a = Get-TPHubThinPrintConfig 
$a 
$b = 4009 
$c = $True 
$d = 1000 
$a.Port = $b 
$a.EnableBandwidthControl = $c 
$a.BandwidthControl = $d
Set-TPHubThinPrintConfig -Config $a or $a | Set-TPHubThinPrintConfig
Get-TPHubThinPrintConfig

ThinPrint Hub's PowerShell cmdlet Set-TPHubThinPrintConfig

The result in the web console is displayed in the following screenshot.

geänderte Konfiguration des ThinPrint Clients


Did you find it helpful? Yes No

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