VPN adapter from cmd

  • Thread starter Thread starter Ondrej Sevecek
  • Start date Start date
O

Ondrej Sevecek

Hello,
how to create script/.bat to let users create new VPN connection with all
the parameters specified?
I want only the shortcut install on the desktop to let the users create
the connection after clicking.

Nice day and thanks Ondra.
 
Ondrej Sevecek said:
Hello,
how to create script/.bat to let users create new VPN connection with all
the parameters specified?
I want only the shortcut install on the desktop to let the users create
the connection after clicking.

Nice day and thanks Ondra.


I'm not sure I understand your question, but look at the "Connection Manager
Administration Kit". This is available on from the Windows 2000 server, or
from Windows 2000 Professional workstation if you have installed the server
tools (adminpak.msi).

If it is installed , you will have a shortcut under:
"Control Panel/Administrative Tools/Connection Manager Administration Kit"

To read about it, click Start -> Help -> Index tab, type "Connection
Manager"
 
If you're trying to allow users to use VPN by simply double-clicking a
shortcut, then look at the RASDIAL command built into CMD.EXE. For
instance,

rasdial "My VPN Connection" myusername *

Type RASDIAL /? for more info.

David
Stardate 3821.3
 
Back
Top