Hi all,
I would like to know if it is possible to launch the Network Connect client when an application has to connect to the corporate network?
If so, how can we do? (script?)
The idea is for example to launch NC when the remote worker starts IE with the Intranet URL..
Thanks
Roms
I was told that's it's not possible to do what you want it to do.
There is a command line option for Windows:
C:\Program Files\Juniper Networks\Network Connect 6.2.0>nclauncher /?
nclauncher [-url Url] [-u username] [-p password] [-r realm] [-help] [-stop] [-signout] [-version] [-d DSID] [-cert client certificate]
For example:
nclauncher.exe -url https://sa.testing.com -u giantsUser -p password123 -r Users
Does anyone know of a Windows based application that can wrap around nclauncher and prompt for username and password?
We are using SecurID tokens and it is too much to ask the user to enter their credentials in a command line!
Thanks
For anyone interested, nclauncher will prompt for values if you include the basics such as url and realm. I picked up the username for the Windows environment variable and the user is now just prompted for a password.