[RESOLVED] Adding ACL
Published: October 8, 2018 - 2:34 PM
Good morning,
I need to add the user group: "identified users" with access and write privileges to a directory.
The problem is that I can't see how.
I didn't see anything about it on WAPT.
Using PowerShell is very complicated...
This command works in a command prompt (CMD):
Except my "é" turns into a "?", so it doesn't register it. I haven't been able to figure out how to make an exhaust on this...
Alternatively, does the "copytree2" command allow the ACLs to be preserved during the copy process?
Do you have a solution for performing this type of maneuver?
Thank you in advance
I need to add the user group: "identified users" with access and write privileges to a directory.
The problem is that I can't see how.
I didn't see anything about it on WAPT.
Using PowerShell is very complicated...
This command works in a command prompt (CMD):
Code: Select all
run('cacls.exe "C:\Program Files (x86)\sage1000" /C /E /G "utilisateurs authentifiés:C"')Alternatively, does the "copytree2" command allow the ACLs to be preserved during the copy process?
Do you have a solution for performing this type of maneuver?
Thank you in advance