|
| ||||||||||
| Tags: map automatically, map drive, network drive, vpn, vpn connection |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Auto map network drive on VPN connect
|
|
#2
| |||
| |||
| Re: Auto map network drive on VPN connect
You can create a batch including auto vpn plus mapping. In the script, you provide all the steps to connect to vpn connection and then use "net use" command to map the network drive. But make sure you have netbios enabled over TCP. |
|
#3
| ||||
| ||||
| Re: Auto map network drive on VPN connect
There is 2 ways, first is you get connected to VPN connection as you do usually and then run a batch file from the user's computer to map the network drive. Or you go to login box, connect using a dial up connection and get connected to VPN before login process completes and then a script runs from the server which may even include drive mapping. |
|
#4
| |||
| |||
| Re: Auto map network drive on VPN connect
But why do you want to do that automatically, you can even do that manually and it hardly takes few minutes to map a network drive? You can have some automation for connecting VPN but mapping a network drive is very simple, a small command is enough to get a drive mapped. Try Quote:
|
|
#5
| ||||
| ||||
| Re: Auto map network drive on VPN connect
I would add certain points in support of Connect_Me. If your main concern is to map a drive, go to command prompt and type Code: net use x: \\ServerName\ShareName Create this file in any editor and save it with .bat extension. |
|
#6
| |||
| |||
| Re: Auto map network drive on VPN connect
I'll grant that mapping a network drive is quite easy. I think what has been forgotten, though, is that most users don't care to bother with those "easy geek things." Automatically mapping network drives will certainly keep all those C-level users happy, and that's what we IT professionals are supposed to do. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Auto map network drive on VPN connect" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MAC OSX 10.5.2 Auto Map Network Drive | Macario | Networking & Security | 7 | 25-09-2010 12:01 PM |
| Auto Mapping Network Drive VBS | Mulan | Networking & Security | 6 | 11-05-2010 11:06 PM |
| How to add auto map network drive in samba server config | Feng | Networking & Security | 6 | 11-05-2010 10:56 PM |
| How to setup auto connect Ad-Hoc wireless network in Vista? | bildos | Vista Help | 2 | 19-03-2009 03:49 AM |
| How to connect a network hard drive on your PC ? | CiscoUser | Networking & Security | 2 | 26-11-2008 05:50 PM |