Link to home
Create AccountLog in
Avatar of LouisSanchez
LouisSanchez

asked on

Active Directory Home Directory default permissions

When a new user logs into a computer for the first time with their AD credentials the homedirectory is created if it doesn't exist. The permission however are full control for the user. I would like the user to only have modify permissions to there folder, subfolder, and files. Is there anyway to accomplish this?
ASKER CERTIFIED SOLUTION
Avatar of Hisham_Elkouha
Hisham_Elkouha
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Here is a script to create the directory.  I don't think it will set the permission though.

https://www.experts-exchange.com/questions/24143416/create-home-directory-with-Windows-script.html
Firstly, we want to create a home directory with user permission & then allow him only not to delete the file, its same like i'm the owner of my vehicle but i can't drive it.

So, its not possible & other way you can give access to shared drive with read permission or remove full permission to delete anything from the sharre.
Avatar of LouisSanchez
LouisSanchez

ASKER

Thanks