Forum Discussion
mperrotta
Aug 06, 2020Brass Contributor
Different Analytic Rules based on OS
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...
Javier-Soriano
Aug 07, 2020Microsoft
Hi mperrotta , the Heartbeat table contains the fields you need:
- OSMajorVersion (string)
- OSMinorVersion (string)
- OSName (string)
- OSType (string)
Regards
- mperrottaAug 07, 2020Brass Contributor
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
- Javier-SorianoAug 07, 2020Microsoft
mperrotta did you also check Update table? This should exist if you have the update management solution installed in the workspace...
- mperrottaAug 07, 2020Brass Contributor
Javier-Soriano We don't have that service turned on. It seems the best approach will be to establish computer groups to do this.