Announcement

Collapse
No announcement yet.

Creating a .WMI Query for Services

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating a .WMI Query for Services

    I am new to Hynea and am trying to create a query to find which server on my network has either 1 or both of these 2 services. When I go to the .WMI query template and click on the "Where" line I clicked the edit button to get the display name and I set it = to one of the services but when i try to type in And (for the 2nd service) it bombs out. What is the correct syntax?

    Thanks,

  • #2
    Re: Creating a .WMI Query for Services

    If you are wanting either service, it would seem you should use OR:

    Name="Service1" OR Name="Service2"

    Comment

    Working...
    X