Active directory users have auto-created private user share

active-directoryuser-accountswindows 7windows-server-2008wmi

Currently using server 2008 and a logon vbscript to auto mount 3 drives. I'd like to have a mapped network drive that goes to a user-private share automatically. Is this possible to rig up in a login vbscript ?

So when a user logs in I'd like them to see

  • s: (employee share drive)
  • x: (public share drive)
  • u: (private user share
    drive that only user can access) .

I've got it all set up except for the private user share drive, does anyone know how I would go about implementing this? The clients are all running Windows 7 Pro if it helps.

Best Answer

on server 2008, you can map a home drive to the users login via active directory profile setting. it will also give the ownership of that folder to the user so security permissions are set automatically and when you create new users by copying current ones it will create the home folder and set permissions automatically in the same directory on the server as well.