Open navigation

Set-TPHubPassword

Description

Syntax

Example




Description

Changes the system password (see Get-TPHubAuthentication and System)


Syntax

Set-TPHubPassword -CurrentPassword <string> -NewPassword <string> -ConfirmPassword <string>
 -CurrentPasswordSecure <variable1> -NewPasswordSecure <variable2> -ConfirmPasswordSecure <variable2> [-Proxy <string>]
ParameterDescription
-CurrentPassword• current (plain) password
• alternative to -CurrentPasswordSecure
-NewPassword• new (plain) password (minimum 8 characters)
• together with -CurrentPassword
-ConfirmPassword• re-enter new (plain) password
• together with -CurrentPassword
-CurrentPasswordSecure• current SecureString version of the password
• alternative to -CurrentPassword
-NewPasswordSecure• new SecureString password
• together with -CurrentPasswordSecure
-ConfirmPasswordSecure• re-enter new SecureString password
• together with -CurrentPasswordSecure
-Proxy• optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy


Example

Set-TPHubPassword -CurrentPassword "print4life" -New­Password "12345678" -ConfirmPassword "12345678"
Get-TPHubAuthentication -PlainPassword 12345678

Changing password from print4life to 12345678:

ThinPrint Hub's PowerShell cmdlet Set-TPHubPassword

Did you find it helpful? Yes No

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