Scripting - How to copy ACL from one folder to another
You could have necessity to clone ACL that are in place to a single folder to another one. Here it command syntax that you should use for that: Get-Acl -Path “Source Path Folder” | Set-Acl -Path “Destination Path Folder”