I am trying to create a package for team viewer to install on every computer except select machines, I am using the following QMI query.
Namespace - Root\CimV2
select Name from Win32_ComputerSystem WHERE (Name <> "Computer0" And Name <> "Computer1")
I placed this in pre requisites and tested as well as applicable rules and tested. the results are it will not install on any machine stating the package is not applicable. Is my logic not right or what is going on?