From 4e442c064c2a27a01458f1df2a90b0883f6141cb Mon Sep 17 00:00:00 2001
From: msarcletti <56821677+msarcletti@users.noreply.github.com>
Date: Fri, 12 May 2023 12:49:18 +0200
Subject: [PATCH] Update-ProfileList-in-vpnv2-csp.md
ProfileList - added some description, usage information and an example on how to use it.
---
windows/client-management/mdm/vpnv2-csp.md | 41 +++++++++++++++++++---
1 file changed, 36 insertions(+), 5 deletions(-)
diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md
index 84b7a6c4ec..191bbe2977 100644
--- a/windows/client-management/mdm/vpnv2-csp.md
+++ b/windows/client-management/mdm/vpnv2-csp.md
@@ -2785,6 +2785,9 @@ Required for native profiles. Type of tunneling protocol used.
| Automatic | Automatic. |
| SSTP | SSTP. |
| ProtocolList | ProtocolList. |
+
+> [!NOTE]
+> Using ProtocolList requires additional configuration of the NativeProfile/ProtocolList parameter.
@@ -2887,11 +2890,13 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Do not plumb
-List of inbox VPN protocols in priority order.
+List of inbox VPN protocols in priority order. Up to 4 VPN protocols are supported.
+> [!NOTE]
+> A separate entry is needed for every VPN protocol. Please see the examples section for the format.
@@ -2930,6 +2935,8 @@ List of inbox VPN protocols in priority order.
+> [!NOTE]
+> A separate entry is needed for every VPN protocol. Please see the examples section for the format.
@@ -2969,6 +2976,8 @@ Inbox VPN protocols type.
+> [!NOTE]
+> A separate entry is needed for every VPN protocol. Please see the examples section for the format.
@@ -3014,11 +3023,13 @@ Inbox VPN protocols type.
-Default 168, max 500000.
+Default 168, max 500000, min 0
+RetryTimeInHours specifies the length of time Windows will try to use the last succesful protocol first when making a new connection.
+Setting this to 0 disables remembering the last successful protocol.
@@ -7010,6 +7021,9 @@ Required for native profiles. Type of tunneling protocol used.
| Automatic | Automatic. |
| SSTP | SSTP. |
| ProtocolList | ProtocolList. |
+
+> [!NOTE]
+> Using ProtocolList requires additional configuration of the NativeProfile/ProtocolList parameter.
@@ -7112,11 +7126,13 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Do not plumb
-List of inbox VPN protocols in priority order.
+List of inbox VPN protocols in priority order. Up to 4 VPN protocols are supported.
+> [!NOTE]
+> A separate entry is needed for every VPN protocol. Please see the examples section for the format.
@@ -7155,6 +7171,8 @@ List of inbox VPN protocols in priority order.
+> [!NOTE]
+> A separate entry is needed for every VPN protocol. Please see the examples section for the format.
@@ -7194,6 +7212,8 @@ Inbox VPN protocols type.
+> [!NOTE]
+> A separate entry is needed for every VPN protocol. Please see the examples section for the format.
@@ -7239,11 +7259,13 @@ Inbox VPN protocols type.
-Default 168, max 500000.
+Default 168, max 500000, min 0
+RetryTimeInHours specifies the length of time Windows will try to use the last succesful protocol first when making a new connection.
+Setting this to 0 disables remembering the last successful protocol.
@@ -8994,7 +9016,16 @@ Profile example
VPN_Demo
VPNServer.contoso.com
- Automatic
+ ProtocolList
+
+
+ Ikev2
+
+
+ Sstp
+
+ 1
+
Eap