Closed VRDD closed 2 years ago
The requested feature has been already implemented: You can create a report using statements like this:
SELECT id AS 'computer_id', hostname, os, os_version, model From computer WHERE hostname LIKE 'L%' and os LIKE 'Windows%';
As described in the documentation it is necessary to rename the id column to "computer_id". If done so, the report result can be used like a computer group for instance for distributing software.
First of all thanks for this fantastic piece of software which works like a charme! :-)
Would it be possible to add dynamic computer groups that can be populated by reports?
Cheers, VRDD