Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1 KB

Set-TeamViewerPSProxy.md

File metadata and controls

68 lines (44 loc) · 1 KB
external help file Module Name online version schema
TeamViewerPS-help.xml
TeamViewerPS
2.0.0

Set-TeamViewerPSProxy

SYNOPSIS

Set TeamViewerPS to use proxy.

SYNTAX

Set-TeamViewerPSProxy [-ProxyUri] <Uri> [<CommonParameters>]

DESCRIPTION

Sets a Proxy to access webAPI for TeamViewerPS module functions.

EXAMPLES

Example 1

PS /> Set-TeamViewerPSProxy -ProxyUri "http://example.com/port"

Sets the proxy server to "http://example.com/port".

Example 2

PS /> Set-TeamViewerPSProxy -ProxyUri "http://10.0.0.1:3128"

Sets the proxy server to "http://10.0.0.1:3128".

PARAMETERS

-ProxyUri

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

INPUTS

None

OUTPUTS

NOTES

RELATED LINKS