Open navigation

Get-TPHubStratoTestConnection alias Get-TPHubStratodeskTestConnection

Description

Syntax

Example 1

Example 2



Description

Tests the connection to the NoTouch Center. Corresponds to the Test Connec­tion function in the web console.


Syntax

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


Example 1

The following example establishes a test connection to the NoTouch Center according to its configuration in the Hub – including error corrections using Set-TPHubStrato – and displays the result as well as the address used.

Get-TPHubStratoTestConnection

ThinPrint Hub's PowerShell cmdlet Get-TPHubStratoTestConnection alias Get-TPHubStratodeskTestConnection: including error corrections


Example 2

The following example establishes a test connection to the NoTouch Center according to the information stored in a variable.

$conf = Get-TPHubStrato
$conf
Get-TPHubStratoTestConnection -Config $conf

ThinPrint Hub's PowerShell cmdlet Get-TPHubStratoTestConnection alias Get-TPHubStratodeskTestConnection





Did you find it helpful? Yes No

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