Hello everyone!
I'm trying to copy ACLs from one OU to bunch of others. When more complicated scripts failed I turned to basic "get-acl -path | set-acl -path" command but that didn't work either.
There's no error, and verbose goes from "Performing the operation "Set-Acl" on target ..." to "Performing the operation "Set" on target ..." but there are no changes made on target OU. Literally nothing happens.
The same scripts and, of course, same commands work on files.
Best regards