Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to Map a Drive through out a Domain Controler  (Read 4865 times)

0 Members and 1 Guest are viewing this topic.

gayanwicke

    Topic Starter


    Rookie

    How to Map a Drive through out a Domain Controler
    « on: September 27, 2007, 07:35:10 AM »
    Hi Dear all, ???

    i am a IT Administrator for construction company. i am having a small problem.
    Please tell me how to make a map drive in my computer throughout a domain controller,
    what i wanted to make  different folders in server for different users. after that users can keep there impotent data in the  mapped drive (Mapped drive Mean Server Hard Drive Space) and i can backup there data from server.

    i have seen This in my class room. when im go to the class the IT administrator gave me a user name & password. i loged on using that user name & password. when i logged on to the pc, theres having a mapped drive in the my computer, if iam logon to the another computer using my username its having that mapped drve with my data. this is what i wanted to do in my company.
    hope u'll will understand me.

    waiting for answers

    Thanks

    viking



      Adviser
    • miaow-miaow 2.0 for networks
    • Thanked: 1
      Re: How to Map a Drive through out a Domain Controler
      « Reply #1 on: September 27, 2007, 08:54:00 AM »
      I think you are talking about roaming user profiles.

      Chrisxs5



        Hopeful
      • Sup!?
      • Thanked: 8
        • Where we learn IT daily!
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 8
      Re: How to Map a Drive through out a Domain Controler
      « Reply #2 on: September 27, 2007, 11:44:45 AM »
      What you will need to do is write a script with the needed maps. Then you will need to go into the Active directory and point each User to the map. This will set them up each time they login.
      Check out my blog: http://vitrookie.com

      System, Network, Virtualization, Storage, ETC Admin with a bunch of certs and an ego trip!

      gayanwicke

        Topic Starter


        Rookie

        Re: How to Map a Drive through out a Domain Controler
        « Reply #3 on: September 27, 2007, 09:19:52 PM »
        thanx buddy.........

        if u dont mind pls tell me how to write that script.


        this ma mail id [email protected]

        viking



          Adviser
        • miaow-miaow 2.0 for networks
        • Thanked: 1
          Re: How to Map a Drive through out a Domain Controler
          « Reply #4 on: September 28, 2007, 02:06:39 AM »
          To create a network map drive.
          Let's suppose you wish that the share \\station1\TheShare to be mapped in the L:

          net use L: \\station1\TheShare

          Pay attention at network user rights for accessing that share.
          See a little more here: http://www.cae.wisc.edu/site/public/?title=nt4netuse .

          Chrisxs5



            Hopeful
          • Sup!?
          • Thanked: 8
            • Where we learn IT daily!
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 8
          Re: How to Map a Drive through out a Domain Controler
          « Reply #5 on: October 02, 2007, 07:19:03 AM »
          First off my apoligizes for the short incomplete answer the other day.
          Try this:
          Open Notepad and write in your needed maps.
          Code: [Select]
          @echo

          net use f: \\server\c
          net use g: \\workstation\pictures
          you will then need to save this (any name, I name ours login.bat) with a .bat extension.
          Save it here: C:\WINNT\SYSVOL\domain\scripts
          Then go into Active Directory and open a user, select the profile tab and type in login.bat(the name you cretead)  in the Logon script location. Select OK and then finish correcting the rest of the users.

          I hope this is more defined for you.


          Side note:
          You can create multiple logins for each user. Just create seperate scripts and point the user to the script they need.
          Check out my blog: http://vitrookie.com

          System, Network, Virtualization, Storage, ETC Admin with a bunch of certs and an ego trip!

          Chrisxs5



            Hopeful
          • Sup!?
          • Thanked: 8
            • Where we learn IT daily!
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 8
          Re: How to Map a Drive through out a Domain Controler
          « Reply #6 on: October 09, 2007, 07:36:15 AM »
          Ran across this article today and immediately thought of this post.

          http://www.windowsnetworking.com/articles_tutorials/wxpplogs.html
          Check out my blog: http://vitrookie.com

          System, Network, Virtualization, Storage, ETC Admin with a bunch of certs and an ego trip!

          ale52



            Expert

          • Deo Gratis
          • Thanked: 23
            • Experience: Expert
            • OS: Windows XP
            Re: How to Map a Drive through out a Domain Controler
            « Reply #7 on: October 10, 2007, 12:42:14 PM »
            Viking is correct.

            Alan <><  :D
            I have principles.  And if you don't like them...well...I have other principles!!

            Doug Vitale



              Beginner

            • Was that so hard?
            • Thanked: 1
              • Doug Vitale Tech Blog
            • Experience: Expert
            • OS: Windows 7
            Re: How to Map a Drive through out a Domain Controler
            « Reply #8 on: October 11, 2007, 09:36:06 AM »
            Your last two posts in this thread rock, Chris. The clear instructions you wrote and the informative link you provided were awesome.


            Chrisxs5



              Hopeful
            • Sup!?
            • Thanked: 8
              • Where we learn IT daily!
            • Certifications: List
            • Computer: Specs
            • Experience: Expert
            • OS: Windows 8
            Re: How to Map a Drive through out a Domain Controler
            « Reply #9 on: October 15, 2007, 12:21:22 PM »
            Thanks for the compliment Doug. I am confused on alot of stuff most of the time, as most will see as I continue to post my own questions, but for those items I do understand I will continue to post my knowledge to assist with everyones success. So thanks to all those who post answers.
            Check out my blog: http://vitrookie.com

            System, Network, Virtualization, Storage, ETC Admin with a bunch of certs and an ego trip!