Tech Support > Microsoft Windows > Windows Server > VPN Login Script
VPN Login Script
Posted by MTechG on March 28th, 2007


Is there a way that when I users logins via VPN that a login script will run
to map drives?

TIA

Posted by Chris Shooter on March 29th, 2007


MTechG wrote:

the way i've done it in the past is to setup a batch script that uses
'rasdial <vpn name>' and then run 'net use' to what ever resources
neccessary

then to shut the vpn use another script to quit rasdial and then net use
* /d


Similar Posts