Hello,
As part of looking at ways to reduce some cost one of our alternatives is the anywhere connect SSL Cisco VPN client.
Within the directory of this VPN software is an added on vpncli command interface.
It has simple option's such as _
connect / state / disconnect / etc...
Basically I am able to connect via this command line.
The UI side of the VPN client has no features for automation, my objective (if possible) is to
automate the connection over general DSL, don't worry so much about the "security" issues this poses.
The user side of the Thin Client has no access to the C drive, nor will they be able to access anything other than what is specified around the AD privialage, and there after additional authentication is required also.
I've come into ICT later in life so would have "missed" the era where writing these sorts of file would have been very common.
Essentially I need something that will do this:
*****************************************************************************
Echo. >>c:\vpnbatch.txt
Echo.=================== >>c:\vpnbatch.txt
echo.%Date% >>c:\vpnbatch.txt
echo.%Time% >>c:\vpnbatch.txt
START "C:\vpncli.exe" connect somedomain user someuser pwd somepassword
*****************************************************************************
There may be some plain as day problems with this script, I know it's not functional :P
Can anyone help me out with this and please give direct copy pastes of what it should look like.
If it's not possible without a hybrid script of some sort I'd still like to look at it but would need some guidance.
Cheers guys.
EDIT: This topic may need to be moved just looking at the avalible forums.