LOGON SCRIPTS

S

Steve

I need to create a logon script to map 2 network drives to
2 shares. The catch is that i need the logon script to
work when the user logs on via Virtual Private Network
Connection. Can someone please help? Thanks
 
R

Robert L [MS-MVP]

the command looks like this

net use h: \\chicagotech\shared

here chicahotech is the server name and shared is shared folder name. That
will map shared folder as H drive.

--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
 
B

Bill Grant

Logon scripts run when you log on (not surprisingly). Making a VPN
connection is not a logon operation.

So you need to either set the client to actually logon when they connect
(by using the "logon using a dialup connection" option on the client), or
use something else to trigger your script to run.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top