Community pioneers
Wanted to contribute with ideas?, want to expand the use of pandora or to help us improving it?. This... View more
Recursive WMI querries
-
Recursive WMI querries
I’d like to be able to execute queries that returns multiple rows in Pandora in order to track changes and thus make sure workstations remain compliant.
One of such queries is
SELECT Name,IndentifyingNumber,Vendor,Version FROM CIM_Product WHERE __CLASS <> 'Win32_ComputerSystemProduct'
Which lists all installed softwares on a Windows box, or
SELECT Name,SID FROM Win32_Account WHERE SID LIKE 'S-1-5-21-%' to list human-created user account.
In short, a WMI multi_string data type would be nice. I don’t know the impact on code nor on SQL schema, but hopefully it wouldn’t be too difficult to implement.
Thanks in advance.
David