/build/static/layout/Breadcrumb_cap_w.png

Custom Inventory Rule for Windows Install Date

I created a custom inventory rule to show Computers that had windows installed since Jan 1, 2015. 

RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion, InstallDate, 1420070400)

However this does not work. Any advice on how to create custom inventory rules and labels based on Windows Install Date? 1420070400 is the Unix time stamp which is used to tell the install date and time of Windows installation.




1 Comment   [ + ] Show comment
  • Is it possible to make this into a label or smart label? - ctrakarn 8 years ago
    • no they left that field out of the smart device label, I will work on a cir that works for this so you can attach a label to the cir - SMal.tmcc 8 years ago

Answers (3)

Answer Summary:
Posted by: SMal.tmcc 8 years ago
Red Belt
2
A CIR is unnecessary to get this info.  A simple wizard report will work







Posted by: SMal.tmcc 8 years ago
Red Belt
1

Top Answer

Ok I was able to create CIRs

for 64bit windows:
RegistryValueReturn(HKLM64\SOFTWARE\Microsoft\Windows NT\CurrentVersion, InstallDate, dword)

for 32bit windows
RegistryValueReturn(HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion, InstallDate, dword)

then you can create a 64 and 32 smart labels against these cir's



Posted by: SMal.tmcc 8 years ago
Red Belt
0
the report looks like this (html view)

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ