Link to home
Start Free TrialLog in
Avatar of CerqPabz
CerqPabz

asked on

Taking ownership

After taking ownership of a folder of a user in the domain.  The user cannot access their folder.  How can I restore access for the user?
ASKER CERTIFIED SOLUTION
Avatar of Giovanni
Giovanni
Flag of United States of America 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 CerqPabz
CerqPabz

ASKER

When I enter this command it accepts it but when the user access his profile he receives a message saying access is denied.  Even though it seems to have full rights.
do I have to set up ownership to everyone?
cacls X:\path\to\folder /e /g DOMAIN\Users:f

Open in new window


Try having the user logoff before trying again.
No, ownership changes should not be made unless you have a problem in the first place. Never assign ownership to a staff member and that should only be reserved for Admins.

 Next, considering that you set ownership to yourself, if the User was the owner originally with no other sharing permissions set for that User, this would break that share access.

Best practice is to:
- Set the Owner as the domain admin or local admin for the machine where the folder resides.
- Use the Advanced Sharing method (for NTFS permissions) to set the proper Share access for that User.

If it was not set that way originally then that is most likely your problem. Please let us know how the share permission was set prior to you making your change but it seems like the User was set as the Owner rather than proper permissions being set.