cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to script the Network connect?

roms_
New Contributor

Is it possible to script the Network connect?

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

4 REPLIES 4
cmbhatt_
Occasional Contributor

Re: Is it possible to script the Network connect?

I was told that's it's not possible to do what you want it to do.

JintsFan_
Occasional Contributor

Re: Is it possible to script the Network connect?

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

RobertB_
New Contributor

Re: Is it possible to script the Network connect?

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

RobertB_
New Contributor

Re: Is it possible to script the Network connect?

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.