Options

Mapped Drives

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

  • Options
    elover_jmelover_jm Member Posts: 349
    You 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....
    stonecold26.jpg
  • Options
    tibultibul Member Posts: 240
    also 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.
  • Options
    billybob01billybob01 Member Posts: 504
    Thanks Guys, and Merry Christmas and Happy New Year by the way!!!
  • Options
    itdaddyitdaddy 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..
  • Options
    Tony SweedTony 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.
Sign In or Register to comment.