So here is what I am trying to do; let's see if I can get some assistance because I don't think it is working correctly.
Background Info
Static Computer Groups:
1 - Name > This group has X computers assigned.
2 - Name > This group has X computers assigned.
3 - Name > This group has X computers assigned.
4 - Name > This group has X computers assigned.
Smart Computer Groups:
Created a couple groups to look at these Static groups;
Members of 1 but not in 2,3 or 4.
Members of 2 but not in 1,3 or 4.
Members of 3 but not in 1,2 or 4.
Members of 4 but not in 1,2 or 3.
So the logic I was using is the following; but not sure if it is outputting correctly.
AND/OR CRITERIA OPERATOR VALUE
(
Computer Group
member of
1
and
Computer Name
is
2
)
or
(
Computer Group
member of
1
and
Computer Group
member of
3
)
or
(
Computer Group
member of
1
and
Computer Group
member of
4
)
Not sure if that makes sense; tried to export it, but the paste is over 20k characters.