Mikey C Posted October 31, 2012 Report post Posted October 31, 2012 I recently added a number of additional bits of info into the inventory, by editnig the sms_def.mof. All the changes were documented here, the edits were all done very carefully, and the status in the dataldr.log showed that the changes were succesful (i cannot post the dataldr.log here because the file has rolled over and only shows from 13:00 today... how can i keep more logs!?). Most of the changes that i had implimented had worked, including some more custom ones. However, the most simple change of all is not showing in resource explorer nor is it available in collections/queries/reports. The problem is with Win32_ComputerSystemProduct - All I did was change the top level from FALSE to TRUE and also to enable UUID, Name, Vendor, Version. On client machines, i can see in the inventoryagent.log the following line (whcih was not appearing before the changes to the sms_def.mof and refreshing machine policy etc.) Collection: Namespace = [url="file://\\.\root\cimv2"]\\.\root\cimv2[/url]; Query = SELECT __CLASS, __PATH, __RELPATH, UUID, Name, Vendor, Version FROM Win32_ComputerSystemProduct; Timeout = 600 secs) which completes in an instant, so no reason to suspect there is an issue locally either. Can someone tell me why this class not showing in resource explorer/collections/queries/reports? Quote Share this post Link to post Share on other sites More sharing options...