Forum Discussion
Meraki VPN L2TP with Preshared key in Intune
- Aug 13, 2021
Hi Vanier,
There is a possibility to configure your Meraki L2TP VPN that would be through a PowerShell script. Unfortunately, it’s yet not possible to use a configuration profile for this.
There is a non-Microsoft website build that will help you create the PowerShell script: https://www.ifm.net.nz/cookbooks/meraki-client-vpn.html
Just enter your VPN info (I would use fake info - and change the PS script afterward). After you have specified your info, it will spit out a PowerShell script that you can push through Intune. The best approach would be wrapping this PowerShell script into a Win32 app, and configure a detection rule so you're in control who has the app installed and who didn’t.
Good luck!
Regards, Bilal
Hi Vanier,
There is a possibility to configure your Meraki L2TP VPN that would be through a PowerShell script. Unfortunately, it’s yet not possible to use a configuration profile for this.
There is a non-Microsoft website build that will help you create the PowerShell script: https://www.ifm.net.nz/cookbooks/meraki-client-vpn.html
Just enter your VPN info (I would use fake info - and change the PS script afterward). After you have specified your info, it will spit out a PowerShell script that you can push through Intune. The best approach would be wrapping this PowerShell script into a Win32 app, and configure a detection rule so you're in control who has the app installed and who didn’t.
Good luck!
Regards, Bilal
Does this prevent Hybrid AD login? The infrastructure I work with uses the Meraki L2TP client VPN and has a requirement to Hybrid domain join at intune. Is there any way of getting this working if we cannot set up configuration profile VPN connections in this manner?