Mapped Drives
billybob01
Member Posts: 504
I`m currently just messing around with shared drives and setting up Profiles and Home folders on my test domain. But i would like to know how i could set up some drives that when my users log in they too can see these.
Comments
-
elover_jm Member Posts: 349You can do this by creating Logon Scripts using Group Policy objects (GPO).
Put all user who you want to see these drives in one OU....Then Create a logon srcipt for tht OU using GPO.... -
tibul Member Posts: 240also you can specify logon scripts through the user properties in active directory users and computer, but if you did it this way you would have to do each one manually, so the GPO way would probably be easier.Studying 70-292.
Aiming for MCSA: Security and 2003 upgrade. -
itdaddy Member Posts: 2,089 ■■■■□□□□□□KIXTART IS REALLY GOOD;
WE USE THIS HERE AT WORK
it is made for logon scripts
kix is awesome!
http://www.kixscripts.com/main.asp
dos, vbscript, and kixtart which is awesome for logon
reg editing
map drives
map printer
set default printers
decision logic read the groups with its code
example:
if ingroup ("admins") do this or do that.. -
Tony Sweed Member Posts: 3 ■□□□□□□□□□We use kix also but in special tool - Desktop Authority from Scriptlogic. (www.scriptlogic.com) It's much more easier than script handwriting at all. You will be able to do such things that itdaddy listed and much more. And with validation logic you can be more granular in settings apply.