mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 06:03:23 +00:00
FR - An ability to verify application install status and report failures at the end #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @master-vodawagner on GitHub.
An ability similar Setup your Mac that can locally validate scenarios like application exists or various settings are configured and where things failed validation a report page at the end summarising the state.
@master-vodawagner commented on GitHub:
Yes those things should be continually checked in MDM, it’s still useful IMO to show those items are configured and/or enabled for the user.
FV2 could be shown as configured but deferred or I’d imagine most orgs have enabled at ADE
@scriptingosx commented on GitHub:
FileVault is something Setup Manager cannot do, because FileVault doesn't properly enable until (right after) user creation.
This is where custom verification scripts/policies have to do the reporting.
Also, FileVault (as well as SIP and other security settings) is something that should be continually monitored (extension attributes, Jamf Protect, etc.) anyway
@master-vodawagner commented on GitHub:
We have these as checks on the OS to ensure they're applied and on
FileVault enabled/On
Firewall enabled/On
Rosetta installed although thats getting deprecated so meh
SYM has local abilities to run scripts to validate on status, so those settings maybe something that JSM can already do perhaps?
@scriptingosx commented on GitHub:
could you specify "various settings are configured"? what kind of "various settings" are you specifically interested in?
@scriptingosx commented on GitHub:
note that you can currently achieve this with custom policy/script that works on the
finishedTriggerorfinishedScriptbut I understand the request for having this within the Setup Manager UI.@phillscholl commented on GitHub:
I would love this too:
It would be great if it will deliver an Overview of all Steps (Sucessfull/Failed) at the end and a possibility to start over. Additional it would be great if it will check if an application is already installed and skip them.
@scriptingosx commented on GitHub:
Installomator and Jamf App Installers already do this. you can add this to a policy by scoping to a smart group that check for the app being installed or out of date.
@scriptingosx commented on GitHub:
related Network outage handling: #15
@ooftee commented on GitHub:
+1 on the Sucessfull/Failed check at the end and a possibility to start over.
We have users in asia with not so reliable home internet and a retry would be much easier than have to erase and restart from scratch.
@ooftee commented on GitHub:
Most of our fails are due to network, so this is how we check for network connectivity right now, it would be nice to have something similar built in: