I'd like to setup a report similar to the "Server: All servers without Anti-virus software" report. I know I can setup file scanning, but I only want to have servers show up on the report because we don't monitor desktops or laptops (and they won't have that application installed anyway). Is this possible?
Include a condition for tblComputerSystem.DomainRole > 1.
From the tblDomainRoles table: 0 = Stand-alone workstation 1 = Member workstation 2 = Stand-alone server 3 = Member server 4 = Backup domain controller 5 = Primary domain controller