Create collections based on uptime?
My users have a horrible job at shutting down their machines. I'd like to create a dynamic collection based on the uptime reported by inventory scans.
Something like "If computer uptime >= 1 day" . I'd tie this to a reboot package in Deploy.
Is this possible?
0
Comments
See attached screenshot.
How can I see this screenshot?
Huh, it disappeared. Here's a new one:
Computer | Boot Time | Before | 1 day ago
Thanks!
Thanks!
I was hoping to pull this off solely in PDQ Deploy... but looks like Inventory makes the job easier!
You can do it in Deploy as well. This script will cause the deployment to fail if the uptime is less than 1 day, but you could also save the uptime into the Registry and use a Registry Condition on the next step.
Here's how you would do it with a Registry Condition.
Very elegant solution, Colby. Appreciate the assistance!