|
Answer» 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 I THINK you are talking about roaming user profiles.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.thanx buddy.........
if u dont mind pls tell me how to write that script.
this ma mail id [email protected]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 . 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.Ran across this article TODAY and immediately thought of this post.
http://www.windowsnetworking.com/articles_tutorials/wxpplogs.htmlViking is correct.
Alan <>< Your last two posts in this thread rock, Chris. The clear instructions you wrote and the informative link you provided were awesome.
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.
|