Description
As of firmware version 1.16, you can also manage ThinPrint Hubs via the cloud-based portal of ezeep Blue. Enabling this feature is only useful if your Organization also uses ezeep Blue and you want to manage the Hub via ezeep Blue's admin portal.
- To do this, log in to ezeep Blue and assign the Hub to your Organization there
- Then enable cloud management here with Set-TPHubEzeepCloudManagement ‒ prerequisite for Claim Hub option as well as Add-TPHubClaimEzpHub.
See also Get-TPHubTaskResult.
Syntax
Set-TPHubEzeepCloudManagement -Config [-Proxy]
Parameter | Description |
-Config | configuration specified by a variable |
• Enabled | cloud mangement disabled/enabled 0/1 = False/True |
-Proxy | • optional (from firmware version 1.1): proxy server address • can also be specified globally using Set-TPHubProxy |
Example
The following example reads the cloud management configuration from the Hub, enables it and writes back the changed configuration.
Get-TPHubEzeepCloudManagement $config = Get-TPHubEzeepCloudManagement $config.Enabled = 1 Set-TPHubEzeepCloudManagement -Config $config Get-TPHubEzeepCloudManagement