Identify users who are part of an AD group

how do we create a relevance query to get a list of all users who are part of a specific ad group. Lets say the group is called “bigfix_users”?

I know it’s something using this relevance but not how to build/modify on it:
(name of it, names of groups of it)

Greetings @fix

You can check a specific user (for example the user who is logged onto the box where the BigFix agent is running) with
https://developer.bigfix.com/relevance/reference/active-directory-group.html#group-string-of-active-directory-local-user-active-directory-group

You can also iterate all the Groups that the local user is a member of
https://developer.bigfix.com/relevance/reference/active-directory-group.html#group-of-active-directory-local-user-active-directory-group

I don’t know of a native inspector to iterate all the user name members of an AD group. I wonder what your use case is for doing this with the BigFix agent.