This helps out alot! so what if i want to exclude a user from being in the Dynamic Group? they all work on the same site and I don't want any users from the Information systems team to be part of this group but i want all users that work in this location to be part of this group. Example- (user.department -ne "Information Systems") and (user.city -match "renton kent") or (user.city -match "Renton") maybe i'm doing this wrong but i don't want information systems to be in this group
Very good explanation !!
This helps out alot!
so what if i want to exclude a user from being in the Dynamic Group?
they all work on the same site and I don't want any users from the Information systems team to be part of this group but i want all users that work in this location to be part of this group.
Example-
(user.department -ne "Information Systems") and (user.city -match "renton kent") or (user.city -match "Renton")
maybe i'm doing this wrong but i don't want information systems to be in this group