Hi,
I got a network with many client in XP ,Vista and win 7
I would like to have a VBscript,so I can deploy it on logon script.
please help me!
thanks
- Changed type IamMredMicrosoft employee, Owner Wednesday, June 30, 2010 9:09 PM it is a question
Technology Tips and News
Hi,
I got a network with many client in XP ,Vista and win 7
I would like to have a VBscript,so I can deploy it on logon script.
please help me!
thanks
You do not really need a script - a single command line will do the trick:
rasdial NameOfVPN UserName Password /phonebook:"c:\SomeFolder\rasphone.pbk"
You need to look for the rasphone.pbk file on your machines. Note that recording a password in a script or batch file represents a security risk.
thanks,that is good command but,
I got this problem that some of my user are not in domain and I want to create a VPN connection for once and one more thing they all have different user name and password
thanks again