On 04/05/2016 08:52 AM, Dennis Jacobfeuerborn wrote: > For host-to-site setups I prefer OpenVPN since explaining to endusers > how to set up an ipsec connection is neigh impossible So, send them a powershell script: Add-VpnConnection -Name "My VPN" -ServerAddress "vpn.example.com" -AuthenticationMethod PAP -TunnelType L2TP -L2tpPsk "whyareyouusingapsk?" -AllUserConnection -Force -RememberCredential -PassThru -SplitTunneling