This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using a script to assign/create home folder - permissions end up as Full Control to user - Why?

I am using a powershell script to determine the server/shared folder location for a user's home drive.

As part of the onPostCreate it creates the folder and sets the AD attributes.

The permissions are set to 'Modify' by the script, but after creation the user gets Full Control.

What is making this happen?

Thx.

Parents
  • Does your ARS service account have rights to where the home folders live?

    Under the covers, it is possible (depending on what provisioning policies you have in place) that ARS tries to create the home folder when you stamp those attributes.

Reply
  • Does your ARS service account have rights to where the home folders live?

    Under the covers, it is possible (depending on what provisioning policies you have in place) that ARS tries to create the home folder when you stamp those attributes.

Children
No Data