Get-TPHubPPServerCheck

232 views 0

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>]

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
Beispiel 1: 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
Beispiel 2: Get-TPHubPPServerCheck

Example 2 of a successful test connection

Previous Page
Next Page

Was this helpful?