Open navigation

Set-TPHubNetworkDesc

Description

Syntax

Example



Description

Modifies the Hostname and the Comments and Location description fields of the ThinPrint Hub (see Network)


Syntax

Set-TPHubNetworkDesc -Hostname <string> [-Comments <string>] [-Location <string>] -Config <variable> [-Proxy <string>]
ParameterDescription
-Hostnamewrites the Hostname of the ThinPrint Hub (alternative to -Config)
-Commentswrites in the Comments field (optional with -Hostname)
-Locationwrites in the Location field (optional with -Hostname)
-ConfigHostname specified through variable, with optional Comments and/or Location (alternative to -Hostname)
-Proxy• optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy


Example

$a = Get-TPHubNetworkDesc 
$a 
$b = "ThinPrint Hub" 
$c = "Berlin" 
$a.Comments = $b 
$a.Location = $c
Set-TPHubNetworkDesc -Config $a or $a | Set-TPHubNetworkDesc
Get-TPHubNetworkDesc

ThinPrint Hub's PowerShell cmdlet Set-TPHubNetworkDesc


Did you find it helpful? Yes No

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