Forum Discussion
Intune managed FortiClient SSL VPN
Hi all,
we are on our way to Provision our modern Clients using Intune and Azue AD joined Clients. As Long as we have on prem Systems, we have to provide a VPN. We have Fortinet as VPN concentrator on our site.
Does anyone have impemented SSL VPN with Windows 10 FortiClient (Store-App)? How can i configure the Client using Intune policies?
Thanks for Reply.
Peter
4 Replies
- SteveMacNZ_OldCopper Contributor
Peter Kopper agreed would be nice to be able to create directly in Intune Device VPN policy.
As per https://forum.fortinet.com/tm.aspx?m=151376 this can be done via a PowerShell script via Intune
$Name = 'Test VPN'
$ServerAddress = 'remote.company.com:10443'
$AppID = 'FortinetInc.FortiClient_sq9g7krz3c65j'
Add-VpnConnection -Name $Name -ServerAddress $ServerAddress -PlugInApplicationID $AppID -CustomConfiguration '<forticlient>0</forticlient>' -RememberCredentialHowever the last post suggests that the Windows Store Client is no longer supported by Fortinet, I have not confirmed this statement
- gazzalutyCopper Contributor
Did you ever find a solution?
- Peter KopperCopper Contributor
No, i do not have a solution yet...
- Simon SkotheimsvikCopper Contributor
I would also be interested in this in order to set up AlwaysOn VPN with FortiClient Store App.