Hello, I am following this article: https://docs.microsoft.com/en-us/me...ts/manage/inventory/extend-hardware-inventory in an effort to extend the hardware inventory information collected by CM. We have several different uses for computers (staff, classroom, podium, etc) and each type needs different software and configurations. Our idea was to create a registry key during deployment that would tell us what the computer is used for so that we can automatically add it to the correct collection for maintenance. To do that, CM needs to collect this information from the registry as part of the inventory cycle. The article above says to extend the inventory collection to include this information by importing an MOF file. In order to create the file, I think we need RegKeyToMof.exe, but I am having trouble finding the program from an official source and I'm not sure if this is still the correct method to create the file for import. Does anyone here know?