From 8efff605854aed0e5b7e7532b29e88fb9b5e7f83 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Sat, 2 Mar 2019 16:28:51 +0500 Subject: [PATCH] Update vpnv2-csp.md, issue #2788 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explanation added. Source: 1. [VPN tunnel strategy – defining the connection order between various tunnel types](https://blogs.technet.microsoft.com/rrasblog/2009/02/11/vpn-tunnel-strategy-defining-the-connection-order-between-various-tunnel-types/) 2. [RRAS/VPN - Automatic tunnel type connection order] (https://social.technet.microsoft.com/Forums/windowsserver/05749d5d-3381-4c46-99fe-dc7b7c361e1c/rrasvpn-automatic-tunnel-type-connection-order?forum=win10itpronetworking) 3. [VPN connection types] (https://docs.microsoft.com/windows/security/identity-protection/vpn/vpn-connection-type) --- windows/client-management/mdm/vpnv2-csp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index fe6bdbb4ad..4142e8244f 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -448,6 +448,8 @@ Required for native profiles. Type of tunneling protocol used. This value can be Value type is chr. Supported operations include Get, Add, Replace, and Delete. +> **Note** The **Automatic** option means that the device will try each of the built-in tunneling protocols until one succeeds. It will attempt protocols in following order: IKEv2, PPTP and then L2TP. This order is not customizable. + **VPNv2/***ProfileName***/NativeProfile/Authentication** Required node for native profile. It contains authentication information for the native VPN profile.