binarymime Posted February 28, 2013 Report post Posted February 28, 2013 I am trying to figure out how to extend our SCCM 2012 hardware inventory by way of configuration.mof I would like to inventory the "boolean DataExecutionPrevention_Available;" from Win32_OperatingSystem as shown in the link below, so that we know which of our machines are NX-bit compliant. I am unable to figure out the information that I need to include in the configuration.mof file to add this functionality to our hardware inventory http://msdn.microsoft.com/en-us/library/windows/desktop/aa394239(v=vs.85).aspx Any help would be greatly appreciated. Thanks Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted February 28, 2013 Report post Posted February 28, 2013 Here is a modified mof file for the class to add the properties. Just rename the file Extension to mof, and then Import it through the Client Settings/Hardware inventory classes. Then activate the additional properties. That's it. win32os.txt Here is the result. Quote Share this post Link to post Share on other sites More sharing options...