Need to find all servers running snapdrive version 5

(imported topic written by chrism91)

I’ve been looking at thei for a few days now and need some help.

I need to determine which of our servers are running snapdrive version 5.

I know i can create an Analysis to do this but am a little lost.

This is the key im looking to query.

HKEY_LOCAL_MACHINE\SOFTWARE\Network Appliance\SnapDrive

ProductVersion

Where im lost is what goes in the Properties / Relevance field

Thanks

(imported comment written by BenKus)

Hi Chris,

Try this:

  • Go to Tools > Create New Analysis. You can name it “SnapDrive Info” (or whatever you want).
  • Use this for the relevance of the Analysis (this will prevent computers without SnapDrive from reporting):

exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Network Appliance\SnapDrive” of registry

  • Add a new property. You can name it “SnapDrive Version” (or whatever).
  • Use this for the property relevance:

values “ProductVersion” of keys “HKEY_LOCAL_MACHINE\SOFTWARE\Network Appliance\SnapDrive” of registry

  • Save and activate the analysis.

Ben

(imported comment written by chrism91)

Thank you that helped a bunch.