Dynamic Collections with mixed model filters
John Watson
I have been trying to make a Dynamic Collection that contains 2 different model computers that do not come from a certain AD container. I created a Collection with a single model without a hitch, but when trying to add another model to the collection I have been unsuccessful. The Collection either returns empty or with all computers.
This works great!

I have tried probably 7 or 8 different combinations of filters and cannot get it to work with another model.

0
Comments
Instead of the 2 "All" filters specifying models, you want 1 "Any" filter, with an entry for each model.
Currently, it would only work if the model of a single machine was both Latitude E6540 AND Latitude E5570.
It's only going to be one or the other.
I had tried changing both "All"s to "Any" and that didn't work. Somehow I didn't think to try a single "Any" with the models, that worked perfect! Thanks a million!