Skip to main content
New Member
May 18, 2026
Question

Intune Installation of FortiClient VPN free version with preconfigured config file - need help

  • May 18, 2026
  • 0 replies
  • 116 views

Hello,

 

I need a way to install the FortiClient VPN free version that also loads a preconfigured config file.  The examples I received while googling this question are not working for me.  This involved having a powershell script as shown here: 

msiexec /i "setup.msi" /quiet
Start-Process "C:\Program Files\Fortinet\FortiClient\FCConfig.exe" -ArgumentList "-m vpn -f 'FortiClientConfiguration.conf' -o import -p 'connecting'" -Wait
 

I made the Install command on Intune:  powershell.exe -ExecutionPolicy Bypass -File install.ps1

I created the installation script using the .intunewin file with that nifty wizard.

It is not working, and I’m not getting an error or anything. 

 

Anyone else do this successfully?

 

 

Â