AD group via relevance code

I am getting false message however group exists into AD

q: exists groups whose ( name of it as lowercase = “Enterprise Admins”) of local computers of active directory
A: False
q: exists groups whose ( name of it as lowercase = “Enterprise Admins”) of local users of active directory
A: False

“Enterprise Admins” is mixed case - no string, when cast to lowercase, will match.

2 Likes

tried with other AD group bigfixers users exists in AD but getting this message.

q: exists groups whose ( name of it as lowercase = “bigfixers”) of local computers of active directory
A: False
T: 0.045 ms

q: exists groups whose ( name of it as lowercase = “bigfixers”) of local users of active directory
A: False
T: 0.039 ms

What does this return?

Names of groups of local computers of active directory

no output, however there are multiple groups exists in AD

q:names of groups of local computers of active directory
T: 0.000 ms