Aug 06 2020 07:40 AM
Hello,
We have the MMA agent installed on some of our physical systems. What we are looking to do is to have different analytic rules for our Workstations vs our Servers. It seems the best way we could do this is if we could query the OS version from one of the tables.
Is the OS version logged in any of the data tables to be able to do this or is there better way to accomplish this.
Thanks,
Mike
Aug 07 2020 06:12 AM
Hi @mperrotta , the Heartbeat table contains the fields you need:
Regards
Aug 07 2020 06:47 AM
@Javier-Soriano Unfortunately in the Heartbeat table, regardless if it is Win 10 or a Windows Server, they all show up as the same version. And the OS Type is just Windows.
Thanks
Aug 07 2020 07:48 AM
@mperrotta did you also check Update table? This should exist if you have the update management solution installed in the workspace...
Aug 07 2020 09:22 AM
@Javier-Soriano We don't have that service turned on. It seems the best approach will be to establish computer groups to do this.
Aug 08 2020 01:38 PM
@mperrotta I believe you have naming conventions for Servers and Workstations. If this the case, you can add a condition like ' where Computer startswith/contains "srv" '.