How do you check to see if a folder or file (child object) is inheriting from parent the permission entites?
I’ve been able to compare the get the dacls of the security descriptors and compare to what I’m expecting but not been able to confirm that these are being inherited from parent as expected.
I ran across that in the documentation and have tried to get that to work in the debugger without any luck. I was hoping to get an example from someone to get me past my immediate brain freeze.
There clearly isn’t a simple way to check to see if the inherit permissions from parent check box is checked or not, and since I’m dealing with several hundred systems I would prefer to not to resort to manual. I’ll continue to try it and if I get something working I’ll post what I came up with.
This doesn’t appear to be something that others have had to do or they have resorted to other ways to get it done.