Hello @canix1 , I have stumbled upon this behavior of ADACLScanner 7.3 and I am not sure if it is a bug or expected behavior. It seems that the -FilterTrustee parameter gets evaluated before the -RecursiveFind parameter.
For example, I am trying to look up the permissions to create computer objects. If I run this:
Hello @canix1 , I have stumbled upon this behavior of ADACLScanner 7.3 and I am not sure if it is a bug or expected behavior. It seems that the
-FilterTrustee
parameter gets evaluated before the-RecursiveFind
parameter.For example, I am trying to look up the permissions to create computer objects. If I run this:
I get the following results, as john is a member of Account Operators:
But if I add the
-FilterTrustee
parameter:I just get
No Permissions found!