New custom report

(imported topic written by SystemAdmin)

Hi,

I am looking into creating a custom report that would search all my Big Fix clients and looking for the value in

the registry keys…

The registry value is

HKEY_LOCAL_MACHINE\SOFTWARE\IBM\POS ONE System Build

“Version”=“28.0.0.0”

I want to be able to see a graph for the number of clients in version 28.0.0.0, 28.5.0.0 etc…

Anyone give me a head start or any templates?

Thanks,

Scott

(imported comment written by cstoneba)

you first need to create a retrived property within the BigFix Console that will retrieve the value of your regkey. Once that is created, you can create a custom web report that displays the values of the results of your new retreived property.

(imported comment written by SystemAdmin)

Can you tell me how do I make this in the retrieved property for the registry keys?

Thanks, Scott

(imported comment written by cstoneba)

to make the retreived property:

Open the Console > Tools > Manage Properties > Add New

Name: POS One System Build Version (or whatever)

Relevance: if exists value “Version” of key “HKEY_LOCAL_MACHINE\SOFTWARE\IBM\POS ONE System Build” of registry then (value “Version” of key “HKEY_LOCAL_MACHINE\SOFTWARE\IBM\POS ONE System Build” of registry as string) else “”

(imported comment written by SystemAdmin)

Wow, thanks! That solves the problems!!!