Hi,
Quick Question – are you familiar with writing and using TPL patterns in Tideway?
If so, it’s possible to write a pattern to trigger from DeviceInfo where os_type is Windows. Would then use a discovery.wmiQuery function to query the Win32_Service group which will return the Services on the machine.
An example may be “select Name, DisplayName, State, Status from Win32_Service”.
You can also query the “Add and Remove Programs” list using this method – which also provides a good way to version the products you have installed. For this query you would need to use the Win32_Product group.
If you need any examples of patterns please ask.
Rgds
Nik