I used robocopy like this:
robocopy D:\123 D:\456 /e /copyall
than I changed the permissions of folder D:\123(change ACL,include all files and subfolders), I want to copy the new permissions of folder D:\123 to folder D:\456(include all files and subfolders). so I used robocopy like this:
"robocopy D:\123 D:\456 /e /copy:sao"
Update permissions(ACL) for all files succeeded,but the permissions(ACL) of the folder update failed,the permissions of all folder is not changed. How can I update the permissions(ACL) of folders?