external help file | Module Name | online version | schema |
---|---|---|---|
TeamViewerPS-help.xml |
TeamViewerPS |
2.0.0 |
Set TeamViewerPS to use proxy.
Set-TeamViewerPSProxy [-ProxyUri] <Uri> [<CommonParameters>]
Sets a Proxy to access webAPI for TeamViewerPS module functions.
PS /> Set-TeamViewerPSProxy -ProxyUri "http://example.com/port"
Sets the proxy server to "http://example.com/port".
PS /> Set-TeamViewerPSProxy -ProxyUri "http://10.0.0.1:3128"
Sets the proxy server to "http://10.0.0.1:3128".
The Proxy server Uri.
Type: Uri
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False