From 337286f77306740e2d0ab82ca315dcddaf8061d9 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 24 Oct 2024 11:26:22 +0200 Subject: [PATCH] refs #8159 Authentication method fix --- windows-vpn.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-vpn.ps1 b/windows-vpn.ps1 index a030946..aad13da 100644 --- a/windows-vpn.ps1 +++ b/windows-vpn.ps1 @@ -54,7 +54,7 @@ Add-VpnConnection ` -ServerAddress $vpnHost ` -TunnelType Ikev2 ` -EncryptionLevel Required ` - -AuthenticationMethod MSChapv2 ` + -AuthenticationMethod Eap ` -DnsSuffix $vpnSuffix ` -RememberCredential