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 1/5] 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 From e0e5efed6d8f7a50ed1afc2f75a05884bd7263c2 Mon Sep 17 00:00:00 2001 From: msarcletti <56821677+msarcletti@users.noreply.github.com> Date: Tue, 16 May 2023 17:15:20 +0200 Subject: [PATCH 2/5] Update vpnv2-csp.md --- windows/client-management/mdm/vpnv2-csp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index 191bbe2977..54e08d2b0f 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -2763,6 +2763,8 @@ Required for native profiles. Type of tunneling protocol used. +> [!NOTE] +> Using ProtocolList requires additional configuration of the NativeProfile/ProtocolList parameter. @@ -2786,8 +2788,6 @@ Required for native profiles. Type of tunneling protocol used. | SSTP | SSTP. | | ProtocolList | ProtocolList. | -> [!NOTE] -> Using ProtocolList requires additional configuration of the NativeProfile/ProtocolList parameter. @@ -9024,7 +9024,7 @@ Profile example Sstp - 1 + 168 Eap From 7d8344d4ade56ab516b48fbeec6afe859315d7e1 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 16 May 2023 12:41:00 -0400 Subject: [PATCH 3/5] Update vpnv2-csp.md --- windows/client-management/mdm/vpnv2-csp.md | 31 ++++++++++------------ 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index 54e08d2b0f..26bfbe35e2 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -2764,7 +2764,7 @@ Required for native profiles. Type of tunneling protocol used. > [!NOTE] -> Using ProtocolList requires additional configuration of the NativeProfile/ProtocolList parameter. +> Using NativeProtocolType the NativeProfile/ProtocolList node. @@ -2896,7 +2896,7 @@ List of inbox VPN protocols in priority order. Up to 4 VPN protocols are support > [!NOTE] -> A separate entry is needed for every VPN protocol. Please see the examples section for the format. +> A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). @@ -2936,7 +2936,7 @@ List of inbox VPN protocols in priority order. Up to 4 VPN protocols are support > [!NOTE] -> A separate entry is needed for every VPN protocol. Please see the examples section for the format. +> A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). @@ -2977,7 +2977,7 @@ Inbox VPN protocols type. > [!NOTE] -> A separate entry is needed for every VPN protocol. Please see the examples section for the format. +> A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). @@ -3023,13 +3023,12 @@ Inbox VPN protocols type. -Default 168, max 500000, min 0 +Default 168, max 500000. -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. +RetryTimeInHours specifies the length of time Windows tries to use the last succesful protocol when making a new connection. Setting this value to 0 disables remembering the last successful protocol. @@ -6999,6 +6998,8 @@ Required for native profiles. Type of tunneling protocol used. +> [!NOTE] +> Using NativeProtocolType requires additional configuration of the NativeProfile/ProtocolList parameter. @@ -7021,9 +7022,6 @@ 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. @@ -7126,13 +7124,13 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Do not plumb -List of inbox VPN protocols in priority order. Up to 4 VPN protocols are supported. +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. +> Up to 4 VPN protocols are supported. A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). @@ -7172,7 +7170,7 @@ List of inbox VPN protocols in priority order. Up to 4 VPN protocols are support > [!NOTE] -> A separate entry is needed for every VPN protocol. Please see the examples section for the format. +> A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). @@ -7213,7 +7211,7 @@ Inbox VPN protocols type. > [!NOTE] -> A separate entry is needed for every VPN protocol. Please see the examples section for the format. +> A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). @@ -7259,13 +7257,12 @@ Inbox VPN protocols type. -Default 168, max 500000, min 0 +Default 168, max 500000. -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. +RetryTimeInHours specifies the length of time Windows tries to use the last succesful protocol when making a new connection. Setting this value to 0 disables remembering the last successful protocol. From dae9769c4f4f981270d3ff3ceb71b389278ba6d7 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 16 May 2023 12:42:55 -0400 Subject: [PATCH 4/5] Update vpnv2-csp.md --- windows/client-management/mdm/vpnv2-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index 26bfbe35e2..3a4374ad36 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -2764,7 +2764,7 @@ Required for native profiles. Type of tunneling protocol used. > [!NOTE] -> Using NativeProtocolType the NativeProfile/ProtocolList node. +> Using NativeProtocolType requires additional configuration of the NativeProfile/ProtocolList parameter. From 5676cc0e475c8f9e038229899246d4c8de60b930 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 16 May 2023 12:44:51 -0400 Subject: [PATCH 5/5] Update vpnv2-csp.md --- windows/client-management/mdm/vpnv2-csp.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index 3a4374ad36..842a59643a 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -2787,7 +2787,6 @@ Required for native profiles. Type of tunneling protocol used. | Automatic | Automatic. | | SSTP | SSTP. | | ProtocolList | ProtocolList. | - @@ -2890,13 +2889,13 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Do not plumb -List of inbox VPN protocols in priority order. Up to 4 VPN protocols are supported. +List of inbox VPN protocols in priority order. > [!NOTE] -> A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples). +> Up to 4 VPN protocols are supported. A separate entry is needed for every VPN protocol. For a sample format, see [Examples](#examples).