Question for Intune Gurus. We’re looking into deploying the Azure VPN Client and Profile to our users. The VPN Gateway is fully functional but there does not seem to be anything in the MS Documentation on how to deploy this?
Has anyone been able to get this automated somehow?
TIA
Here you go: https://docs.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant
I have it working and it’s great! Deployed the VPN client through the Microsoft Store for Business in Intune. The only thing that needs to be done for the end users is to import the config file into the client. There are some limitations in that you cannot audit P2S logins unfortunately (see here: https://feedback.azure.com/forums/217313-networking/suggestions/5314765-provide-auditing-capabilities-for-point-to-site-vp)
We have managed to pull it off with the Powershell script, you can find the script and explanation on https://github.com/Peha1906/Azure-VPN/blob/master/azurevpnclientconnectionimport.ps1. It was already tested and deployed hundreds of times and everything seems to be working so far.
thanks, I was just hoping there was some sort of a fully automated way to deploy the config along with the app, but may have to resort to this.
we already abandoned that idea but still thanks for letting me know about it, good thing to have in my pocket
I know this is old, but just curious what did you wind up going with for a fully automated roll out?