diff --git a/Adding-VPN-PS.md b/Adding-VPN-PS.md deleted file mode 100644 index 668e1cb..0000000 --- a/Adding-VPN-PS.md +++ /dev/null @@ -1,13 +0,0 @@ -# Adding a VPN connection via PowerShell - -## Generic - -```powershell -Add-VpnConnection -Name "MyVPN" -ServerAddress "vpn.example.com" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -L2tpPsk "YourPreSharedKey" -RememberCredential -``` - -## APD Mech - -```powershell -Add-VpnConnection -Name "APD Mech" -ServerAddress 98.117.26.22 -TunnelType L2tp -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -L2tpPsk "APDFixMyT33th1!" -RememberCredential -``` \ No newline at end of file