Description
Tests the connection to the NoTouch Center. Corresponds to the Test Connection function in the web console.
Syntax
Get-TPHubStratoTestConnection [[-Config] <StratoConfig>] [-Proxy <string>]
Parameter | Description |
-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
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