Link to home
Start Free TrialLog in
Avatar of Samer Salam
Samer Salam

asked on

NTFS permission


I have data that was copied to a different NTFS location with the source NTFS permission, how can I get the source permission and change them to read instead of modify access for all users or groups that have modify access

Regards
 
Avatar of Sandeep
Sandeep
Flag of India image

If you want to mirror source permissions and destination permissions, try using robocopy's copy permission only option as advised.

https://support.microsoft.com/en-us/kb/323275
Avatar of Samer Salam
Samer Salam

ASKER

thank you for your reply I already copied the data from the source to destination using robocopy / copyall and I need on the destination to change any user or group that has modify access to read only.
So you only need to modify the permissions from modify to read only for the same groups/users which are already listed under Security Tab?
yes, right
ASKER CERTIFIED SOLUTION
Avatar of Sandeep
Sandeep
Flag of India 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
Cause I already have users and groups added to a folder/subfolder with modify access.
I think what he wants is... To change just the users and groups, without affecting those that were there before the copy. Is that correct?
yes correct
Do it as Reach2Sandeep suggested, via the security tab of the folder
question resolved per reach2sandeep