I have a script that was working in V2 but fails in V3 when calling Set-Acl:
Set-Acl : Cannot set the ACL because the method that it needs to invoke, SetSecurityDescriptor, does not exist
Is there a different way to set file permissions in V3?
I have a script that was working in V2 but fails in V3 when calling Set-Acl:
Set-Acl : Cannot set the ACL because the method that it needs to invoke, SetSecurityDescriptor, does not exist
Is there a different way to set file permissions in V3?