/build/static/layout/Breadcrumb_cap_w.png

Is there a script to show a dell device ship date that is older than x years old?

Need a script that will show the age of dell computers older than x years old that will also show the device name, model, and ip addresss


0 Comments   [ + ] Show comments

Answers (1)

Posted by: KevinG 3 years ago
Red Belt
0

You can use the reporting module to retrieve this information from the DB.


select MACHINE.NAME,
MACHINE.IP,
MACHINE.CS_MODEL,
MACHINE.BIOS_SERIAL_NUMBER,
DELL_ASSET.SHIP_DATE
FROM MACHINE
JOIN DELL_ASSET ON DELL_ASSET.SERVICE_TAG = MACHINE.BIOS_SERIAL_NUMBER
ORDER BY MACHINE.NAME


Comments:
  • I am look for a sql script for it. - drew.hill 3 years ago
    • ^^ updated answer. - KevinG 3 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