Forum Discussion

Peter Kopper's avatar
Peter Kopper
Copper Contributor
Dec 04, 2018

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_Old's avatar
    SteveMacNZ_Old
    Copper 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>' -RememberCredential

     

    However the last post suggests that the Windows Store Client is no longer supported by Fortinet, I have not confirmed this statement

Resources