Pages

4/26/2013

copy ntfs permissions from one folder to another folder

I just wanted to copy the permissions from one folder to another. This powershell worked:
get-acl \\SOURCE/FOLDER | set-acl \\TARGET\FOLDER

No comments: