Intune Installation of FortiClient VPN free version with preconfigured config file - need help
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?
Â
Â
Â
