Link to home
Start Free TrialLog in
Avatar of WellingtonIS
WellingtonIS

asked on

Automate MSVPN connection L2TP

Is there anything either I can down load or write to automate the setup of an L2TP connection for windows 7.  I have written instructions but my boss feels it's too complicated for the average user.  I'm looking for something that's free if possible.
ASKER CERTIFIED SOLUTION
Avatar of footech
footech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WellingtonIS
WellingtonIS

ASKER

that would be great if there users were on site. They are not.  I was looking for something like a .exe or script that I can create that will install the connection so they can just click on it.
I tried the CMAK possibilities exist with that.
With the PowerShell solution, you could create a batch file that would call the PS script, such that if all files were in a folder you could just click on the .BAT file to create the connection.

But yes, the CM package is even easier with just the .exe.
How can you run CMAK on a 64 bit windows 7 machine?  Most people have 64 bit.
As the CMAK states on the second screen when you run it, you have to create the package on the same architecture as it will be deployed to.  So if you're running CMAK on 2008R2, it is always 64-bit (or you could use 64-bit Windows).  If you need a 32-bit package, you'd have to run CMAK on a 32-bit Windows machine.
So basically run CMAK on 32 bit and there's an option for 64 bit?
No.  Run CMAK on 32-bit and you'll get 32-bit.  Run CMAK on 64-bit and you'll get 64-bit.
OK 64 bit Windows 7 does NOT have CMAK. I haven't checked 64 bit server but can you use 64 bit server CMAK on a Windows 7 machine?
Ran CMAK on 64 bit server for windows 7 and it worked perfectly.  Ran 32 bit windows CMAK on Windows 7 32 bit and that worked great too.  Thanks.