/build/static/layout/Breadcrumb_cap_w.png

Smart Label to detect rebuilt machine

I'm trying to find a way to have a label pick up on machines that have been re-imaged.

I've seen the labels that pick up on when the machine was created, and the ones that came with the K1000 don't work very well.  Either way, finding machines with fresh installs would work very well for a target for an aggressive patch schedule to get new machines up to speed.  

It'd be super awesome if the K2000 could tie into the K1000 and run a patch task off of it, maybe one day....

0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: SMal.tmcc 8 years ago
Red Belt
2

Top Answer

you can use the os installed date to build a smart label from.  if os date is less then x days





Comments:
  • So I can run this basically in SQL but i can't get the label to actually apply. Am i missing something?

    SELECT MACHINE.NAME AS SYSTEM_NAME, SYSTEM_DESCRIPTION, MACHINE.IP, MACHINE.OS_INSTALLED_DATE, MACHINE.MAC, MACHINE.ID as TOPIC_ID FROM MACHINE WHERE ((MACHINE.OS_INSTALLED_DATE BETWEEN adddate(now(),-7) and now()))

    [EDIT]
    Nevermind, it seems labels didn't apply until the next inventory was taken... - HatBeard 8 years ago
 
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