Hello all,
Here iam again. Would like some help on How can i implement the following:
I have a few shares on the network. I ll get all the folder and file permissions with get-acl and get that info to a dabatase table. Problem is that i dont wanna to pu the full descriptor (ex: ReadandExecute). Because of that i ll have on the same database a table called perms. There i ll associate one Id to a permission.
Here comes my question. Which permissions should i put on this perms table? I only want access permissions. But i need to be sure that when i get one permission from a folder it already exists on the perms table.
Anyone able to help with this?
Regards,
Arestas