I'm stuck.
We are using Automate by labtech to deploy some new VPN clients. VPN Connect v3 MSI. If we install the MSI in the normal manner, it starts up after install and the profile from the OpenVPN server we downloaded the MSI from is there already. We don't have to load the ovpn file or anything it just is there. If we take the same file, push it with labtech and run and msiexec /i open vpn connect v3.msi file. The program installs, but never launches. If I launch it, the program works but the profile is not loaded. Also tried msiexec /i file.msi /qn without change.
If I open C:\Program Files\OpenVPN Connect\ there is a ovpnconnector.ovpn that has the profile I want loaded.
My next though was, ok, if I can install it, can I call it from the command line to start the program and pull in the profile. I can but it prompts about loading the profile.
Is there a way to launch a v3 client, load the ovpn profile for anyone who uses the computer and not get prompted about it? It's reasonable to assume that more than one user uses each computer and would need VPN access. They authenticate with LDAP so the profile prompts for username and password. I've been looking and found some commands but seems to be lacking details
Windows 10 64 bit
