network connection wizard

  • Thread starter Thread starter Thorpe
  • Start date Start date
T

Thorpe

I want to be able to create a script or exe (C# would be nice) that will,
when run, create a dial-up VPN connection, so that end users dont have to do
this task.

In other words is it possible to script/code the network connection wizard,
if so
how? I have looked through wsh and wmi and c# documents.

any information will be a great help.
 
I want to be able to create a script or exe (C# would be nice) that
will, when run, create a dial-up VPN connection, so that end users
dont have to do this task.

In other words is it possible to script/code the network connection
wizard, if so
how? I have looked through wsh and wmi and c# documents.

any information will be a great help.

WMI

managed class: Win32_NetworkAdapterSettings and related.

I have no sample code right now. but if you get in trouble mail me on my
emailaddy on my website ...
 
Back
Top