network connection wizard

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thorpe

    network connection wizard

    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.


  • Peter Koen

    #2
    Re: network connection wizard

    "Thorpe" <p_wyatt@hotmai l.com> wrote in
    news:eYjLIKXmDH A.1284@TK2MSFTN GP09.phx.gbl:
    [color=blue]
    > 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.
    >
    >
    >[/color]

    WMI

    managed class: Win32_NetworkAd apterSettings and related.

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

    --
    best regards

    Peter Koen
    -----------------------------------
    MCAD, CAI/R, CAI/S, CASE/RS, CAT/RS

    Comment

    Working...