Assigning rights based on local group membership

(imported topic written by Rolf.Wilhelm91)

Dear all,

I want to assign rights for a BigFix user account based on the membership of a specific AD group:

In detail:

All computers, which have a group “domain\myspecialgroup” in the local administrators group, should be member of a dynamic BigFix group

and a couple of users should get BigFix administration rights on those members of the dynamic group.

I have problems to filter the output of the clause to retrieve “myspecialgroup”.

Has anyone an idea how to solve this?

Regards,

Rolf.

(imported comment written by SystemAdmin)

Rolf,

Try this: (exists member whose (it as string as lowercase contains “myspecialgroup”) of local group “administrators”)

(imported comment written by Rolf.Wilhelm91)

works as expected. I was playing with “whose” but it was not working.

Thank you very much!

Regards,

Rolf.