Open navigation

Get-TPHubPPServerCheck

Description

Syntax

Example 1

Example 2



Description

Tests the connection to the Personal Printing server. Corresponds to the Test Connec­tion function in the web console.


Syntax

Get-TPHubPPServerCheck [-Config <PPServerSettings>] [-Proxy <string>] 
ParameterDescription
-Config• Client configuration specified by variable
• Without -Config the current configuration is used.
-Proxy• optional: proxy server address
• can also be specified globally using Set-TPHubProxy

 

PropertyDescription
URLPersonal Printing Server URL
UsersPersonal Printing license information
ApiPersonal Printing server's release version


Example 1

The following example establishes a test connection to the Personal Printing server according to its configuration in the hub.

Get-TPHubPPServerCheck
ThinPrint Hub's PowerShell cmdlet Get-TPHubPPServerCheck

Example 1 of a successful test connection


Example 2

The following example establishes a test connection to the Personal Printing server according to the information stored in a variable.

$conf = Get-TPHubPPConfiguration 
Get-TPHubPPServerCheck -Config $conf

ThinPrint Hub's PowerShell cmdlet Get-TPHubPPServerCheck: usage of a variable

Example 2 of a successful test connection


Did you find it helpful? Yes No

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