Link to home
Start Free TrialLog in
Avatar of hafka
hafka

asked on

multiple domain accounts and their settings

I have a script which creates multiple user accounts, and the script gets the user information from a csv-file.
Every user has a home-directory (Z:\) in server.
The script fills the users basic information correctly, but doesn't allow the user to acces its own home-directory.
Home directory should have permissions to user and the domain administrator.

I'm sorry but I don't have that script to show right now.
Avatar of rhandels
rhandels
Flag of Netherlands image

Hi,

You should set permissions on the folders manually.. So the script doesn't take care of permissons on the folder..
Avatar of hafka
hafka

ASKER

rhandels:
Let's imagine a situation where 500 new accounts are needed every year. For example in a school this could be possible. I just don't think they set the permissions manually for each  folder.
I'm afraid so, you will have to set them manually.. You can however make sure that the profile is created automatically, this doesn't work (yet) for home folders.. If you do this whilst creating the new user (i guess if one user a week joins, you do this manually) just add this bit into the process of creating a new user..
ASKER CERTIFIED SOLUTION
Avatar of WeHe
WeHe
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hafka

ASKER

I tryied XCACLS, and I think it can do the job inside the script.