Dynamic Collection for AND
I'm looking for a way to create a dynamic collection that gives me machines with Zoom installed and has both Tasks. If I remove a task this works. If I put both in a "any" group I get results but not machines with both. If I do "all" group I get empty results. Can this simple dynamic collection be possible?
Thanks,
1
Comments
Try this:
All
---Computer / Allow Scan / Is True
---Computer / Domain / Equals / ...
---Application / Name / Contains / Zoom
---Any
------Windows Tasks Schedule / Name / Contains / Zoom AutoStart at Logon ( Delay)
---Any
------Windows Tasks Schedule / Name / Contains / Zoom AutoStart at Unlock
That worked. Perfect. Thanks. I think I understand too why that works.