Results 1 to 6 of 6

Thread: How to map network drive in AD 2003

  1. #1
    Join Date
    Mar 2010
    Posts
    31

    How to map network drive in AD 2003

    I would like to map a network drive on my Active Directory. I have AD 2003 installed on my Windows 2003 server computer. I want it to create a share for each users in our company. Each users will have "Z:" as the network drive where they can save their work to the server. But since I do not know much about server, can anyone help me to map my network drive?

  2. #2
    Join Date
    Mar 2009
    Posts
    1,221

    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. #3
    Join Date
    May 2008
    Posts
    2,945

    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. #4
    Join Date
    Feb 2008
    Posts
    2,635

    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. #5
    Join Date
    Nov 2008
    Posts
    1,001

    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/
    where,
    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. #6
    Join Date
    Jan 2006
    Posts
    3,792

    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.

Similar Threads

  1. sbs 2003 how to deploy network printers?
    By Meng R in forum Small Business Server
    Replies: 9
    Last Post: 23-04-2012, 10:37 PM
  2. Changing an XP network to Win7 with SBS 2003
    By dundee_stokie in forum Small Business Server
    Replies: 1
    Last Post: 18-04-2012, 04:55 PM
  3. Not able to access Network Drive or Network Files
    By dino88 in forum Networking & Security
    Replies: 4
    Last Post: 18-01-2011, 10:01 AM
  4. Windows 7 network drives with SBS 2003
    By Wali in forum Operating Systems
    Replies: 5
    Last Post: 07-01-2011, 10:47 AM
  5. Disconnected Network Drive - Zombie Drive?
    By jgoerich in forum Windows Server Help
    Replies: 3
    Last Post: 03-01-2008, 09:21 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,398,698.98958 seconds with 16 queries