cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
i_kulgu
Champion Sweeper
Hallo everybody,

I know there are some topics made about how to scan a vpn client.
My users are connecting trough a VPN connection and then joins the citrix.
How can i scan those computers ?
Is there anyone with a good idea ?

Thnx in advance.

Ilker
1 ACCEPTED SOLUTION
i_kulgu
Champion Sweeper
I already found it ..
You can start up vpn with a batch file.
Here is a sample of batch for ppl who ever needs it;


rem find the folder for vpn client and connect

cd "C:\Program Files\Cisco Systems\VPN Client"
vpnclient connect <profile> user <username> pwd <password>

rem connect to lsclient

\\server\share$\lsclient.exe lsserver

rem disconnect from vpn

vpnclient disconnect

View solution in original post

7 REPLIES 7
i_kulgu
Champion Sweeper
I already found it ..
You can start up vpn with a batch file.
Here is a sample of batch for ppl who ever needs it;


rem find the folder for vpn client and connect

cd "C:\Program Files\Cisco Systems\VPN Client"
vpnclient connect <profile> user <username> pwd <password>

rem connect to lsclient

\\server\share$\lsclient.exe lsserver

rem disconnect from vpn

vpnclient disconnect
Hemoco
Lansweeper Alumni
I'm no cisco specialist but maybe it's possible to launch scripts after connection?
i_kulgu
Champion Sweeper
they login via cisco vpn.
They need to fill in a username and a password for a vpn connection.
Hemoco
Lansweeper Alumni
How do the computers connect to vpn, do they need to run a program?

You can create a batch file which the users need to click on which starts the vpn, then lsclient.
i_kulgu
Champion Sweeper
have you got a sample script ?
like; when connected to VPN run lsclient.
Hemoco
Lansweeper Alumni
How about a script that runs when the vpn is started that runs lsclient?
i_kulgu
Champion Sweeper
Anybody with a good idea ?