PowerShell Logo Small

Set-VpnConnectionProxy



This is the built-in help made by Microsoft for the command 'Set-VpnConnectionProxy', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Configures web proxy information for the specified VPN connection.

SYNTAX


Set-VpnConnectionProxy [-ConnectionName] <String> [-AsJob] [-AutoConfigurationScript <String>] [-AutoDetect] [-BypassProxyForLocal] [-CimSession <CimSession[]>]
[-ExceptionPrefix <String[]>] [-PassThru] [-ProxyServer <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-VpnConnectionProxy cmdlet configures web proxy information for the specified VPN connection. If errors occur when you modify the web proxy information, the error
information is returned.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=290790

REMARKS

<

Examples


Example 1: Configure the proxy settings for a VPN connection profile

PS C:\>Set-VpnConnectionProxy -Name Contoso -ProxyServer 10.0.0.1:8080 -BypassProxyForLocal



This command sets the proxy configuration for the VPN connection named Contoso to use the proxy server with IP address 10.0.0.1 over port 8080, as specified by the
ProxyServer parameter. The command also specifies that internal IP addresses are not routed to the proxy server, as specified by the BypassProxyForLocal parameter.