Description
Tests the connection to the Personal Printing server. Corresponds to the Test Connection function in the web console.
Syntax
Get-TPHubPPServerCheck [-Config <PPServerSettings>] [-Proxy <string>]
Parameter | Description |
-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 |
Property | Description |
URL | Personal Printing Server URL |
Users | Personal Printing license information |
Api | Personal 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
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
Example 2 of a successful test connection