Forum Discussion
Eric_H
Nov 16, 2023Iron Contributor
Device Remediation status misleading
Maybe I'm just missing something here, but when a Remediation script repeats on a schedule, how can we tell if devices were remediated? All devices report "Without Issues" and ZERO devices fixed, bu...
Nov 16, 2023
Could you share parts of the scripts? Are you making sure you have proper exits in place etc?
so when it fails it will fail with exit 1 and when everything checks out it has an exit 0...
so when it fails it will fail with exit 1 and when everything checks out it has an exit 0...