Say I want to create an automatic group for my Asia offices.
If I create this:
ALL
Subnet
Contains
10.2
Subnet
Contains
10.11
Subnet
Contains
172.88
Domain
Equals
Asia.domain.local
OS
Does Not Contain
MAC
The above will return (0) results.
If I switch it to
ANY
it will return everything not
MAC
.
How can I create the above with only 1
Subnet
entry?
Like Subnet
Contains
10.2 or 10.11 or 172.88
here is the relevance for one Subnet entry how can I add other subnets using just 1 statement?
exists (subnet addresses whose (it as string != “0.0.0.0”) of ip interfaces whose (not loopback of it) of network) whose (it as string as lowercase contains “10.4” as lowercase)