How do I do a domain wide query for a single software title?
Announcement
Collapse
No announcement yet.
Audit
Collapse
X
-
Re: Audit
The easiest way would be to use WMI, which has a class for installed software applications. In Hyena, find a computer that has this application, and see if it appears in the WMI installed applications class. If so, then modify the query with a 'WHERE' condition that matches the application's properties. Once you get that working, then display your computers in Hyena's right window, select them, right click, and run the WMI query on them.Kevin Stanush
SystemTools Software Inc.
-
Comment