How would I write an analysis to output the data in this key?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion : Product Name
Trying to obtain the Product Name of all Win OS in our environment.
Thank you
How would I write an analysis to output the data in this key?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion : Product Name
Trying to obtain the Product Name of all Win OS in our environment.
Thank you
It is the very last property of this analysis: http://bigfix.me/analysis/details/2994800
unique values of (it as string as trimmed string) of values "ProductName" of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" of (x32 registries;x64 registries)
Wow, this is awesome. I always for get to check bigfix.me! Thank you!!
have you also looked at:
product info string of operating system