refs #8159 Authentication method fix

This commit is contained in:
Juan Ferrer 2024-10-24 11:26:22 +02:00
parent a4378756c7
commit 337286f773
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Add-VpnConnection `
-ServerAddress $vpnHost `
-TunnelType Ikev2 `
-EncryptionLevel Required `
-AuthenticationMethod MSChapv2 `
-AuthenticationMethod Eap `
-DnsSuffix $vpnSuffix `
-RememberCredential