Hi,
I would like to know how to set (or get) ACL on a shared folder on Windows Server.
I found a VBA script here : http://gallery.technet.microsoft.com/scriptcenter/b3961e31-3843-4163-9e39-633518d3a362
It seems it can do what I want. I tryed to convert it but unfortunatly I'm blocked on the line "SecDesc.Properties_.Item("DACL") = Array(ACE)". I don't know how to handle the array function.
My goal is to develop a soft which can manipulate Active Directory (create/modify/delete users/groups) and create shared folders with rights.
I played with the AD UDF. It is perfect. Now I'm looking for shared folder rights.
I'll be happy if you can help me .
Thank you in advance.