|
| ||||||||||
| Tags: active directory, ad 2003, map drive, network drive, windows 2003 server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to map network drive in AD 2003
|
|
#2
| |||
| |||
| Re: How to map network drive in AD 2003
On the client machine, open "my network places", select "entire network", go to "Microsoft Windows Network", your domain name, your server name and then right-click the share name that you want to map to a drive letter. Select "Map Network Drive" and then select the drive letter that you want to keep it. Click the box for reconnecting at login. |
|
#3
| ||||
| ||||
| Re: How to map network drive in AD 2003
You can even create a small script that will be assigned to all users via group policy. They then will use "NET USE" command to map the network drive as soon as the user logs in. You can do so through the server instead of going to each and every users machine. |
|
#4
| ||||
| ||||
| Re: How to map network drive in AD 2003
There is yet another method where you right click on My Computer, select "Map Network Drive", you then specify the drive letter and even the folder to which you would like to connect to. That's it, you can now click on the Finish button to complete the process. Although the operation is quiet simple, but the only limitation of this trick is that you have to perform the same operation on each and every computer. |
|
#5
| ||||
| ||||
| Re: How to map network drive in AD 2003
There is a very simple way to map a network drive from a client machine. All you have to do is go to the command prompt and type in the command as Code: net use * http://server_name/folder_name/ server_name is the name of server where the folder is present. folder_name is the folder name to which you want to connect to. |
|
#6
| ||||
| ||||
| Re: How to map network drive in AD 2003
Steve you are right but your method of mapping network drive would only be working on AD 2003 if WebClient service is running, WebDAV server is located on the default port 80, WebDAV server is capable of accepting anonymous connections or you can even use Integrated Windows Authentication for that. If these conditions are not met then you will not be able to connect to the network drive. So make sure that the condition are true. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to map network drive in AD 2003" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sbs 2003 how to deploy network printers? | Meng R | Small Business Server | 9 | 23-04-2012 10:37 PM |
| Changing an XP network to Win7 with SBS 2003 | dundee_stokie | Small Business Server | 1 | 18-04-2012 04:55 PM |
| Not able to access Network Drive or Network Files | dino88 | Networking & Security | 4 | 18-01-2011 09:01 AM |
| Windows 7 network drives with SBS 2003 | Wali | Operating Systems | 5 | 07-01-2011 09:47 AM |
| Disconnected Network Drive - Zombie Drive? | jgoerich | Windows Server Help | 3 | 03-01-2008 08:21 PM |