@Cmiller No, I thought I'd just mention the scripts exist and not share... I threw them up in a github repo: https://github.com/gammacapricorni/happy-meraki-client-vpn They're mostly based on snippets I've found on the forums here, all mushed together to pro-actively avoid common problems that my help desk has run into. I taught myself PowerShell for these so... they may not be super well written, but they mostly work. AddMerakiVPN.ps1 is designed for you to pre-populate it with VPN name, address, PSK, and any routes for a split tunnel. I believe it should be possible to apply via GPO, but I haven't been able to try that. The server folks are not as interested in VPNs as I am. AddMerakiVPN_Prompts.ps1 is designed for my help desk to use when someone from any client calls in. They pull the VPN details from our documentation, answer the prompts, then delete the script when they're done. Allows us to update the info in one place, rather than maintaining scripts for dozens of clients.
... View more