Open navigation

Set-TPHubTemporaryNetworkConfig

Description

Syntax

Example



Description

Changes the IP address of a Hub (valid only up to the next system reboot of the device); from firmware version 1.1.


Syntax

Set-TPHubTemporaryNetworkConfig -MacAddress <string> -IpAddress <string> -Netmask <string> -Gateway <string> [-NetworkInterfaces <string>] [-DiscoveryPort <int>]
ParameterDescription
-MacAddressMac address of the Hub’s network interface; refers to Mac Address in the Finder
-IpAddressIPv4 address of the Hub’s network interface; refers to IPv4 Address  in the Finder
-Netmasksubnet mask of the Hub’s network interface; refers to Subnet Mask in the Finder
-Gatewaydefault gateway of the Hub’s network interface; refers to Default Gateway in the Finder
-NetworkInterfacesoptional: Searching can be limited to network interfaces (e. g. Ethernet, VMware). The MAC address is used as interface ID (this can be retrieved using Get-Net­Adapter).
-DiscoveryPortoptional: Here, an alternative TCP port can be specified if a blocked TCP port or the firewall prevents the communication with a Hub. This has no influence on the TCP port used by the Hub for answering.


Example

Find-TPHubDevices
Set-TPHubTemporaryNetworkConfig -MacAddress B827EBE99E59 -IpAddress 192.168.149.137 -Netmask 255.255.255.0 -Gateway 192.168.149.254
Find-TPHubDevices

ThinPrint Hub's PowerShell cmdlet Set-TPHubTemporaryNetworkConfig


Did you find it helpful? Yes No

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