(imported topic written by SteveRinMa)
Hello,
We have an Audit pending the vendor is requesting all products along with the serial# used to install, I have been able to get this to work using the following statement
(values “ProductName” of it) of keys whose (exists value “ProductName” of it AND exists value “SerialNumber” of it) of key “HKLM\Software\Wow6432Node\Autodesk\DWG TrueView\R8” of registry
The problem with the above statement is I have create multiple properties for every Autodesk app. I would like to use what I have below and search all keys within the Autodesk group.
(values “ProductName” of it) of keys whose (exists value “ProductName” of it AND exists value “SerialNumber” of it) of key “HKLM\Software\Wow6432Node\Autodesk” of registry
If anyone has any ideas on how to complete this please post.
Thank you,
Steve