Open navigation

Initializing a ThinPrint Hub

To be able to use all cmdlets with a specific Hub, the following initialization must be done after the PowerShell module installation. These commands can also be used on top of each script:

# Specifying the URL of the target Hub 
Set-TPHubUri -Uri https://192.168.209.71
# Accepting the web console’s certificate by the PowerShell module 
Set-TPHubServerCertificateValidation -Option AcceptAlways
# Specifying the password of the target Hub 
Get-TPHubAuthentication -PlainPassword print4life


Did you find it helpful? Yes No

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