SecondSonConsulting / Baseline

An MDM agnostic zero touch solution for macOS
MIT License
192 stars 22 forks source link

MDM deploy support #42

Closed hachirotahoshino closed 3 months ago

hachirotahoshino commented 5 months ago

We would need a way to supervise deployment from MDM:

1) by checking deployed apps presence (check .app folder presence or event executable presence in .app/Contents/MacOS/)

2) by checking the content of a defined txt file where all the scripts deployed note what is done

each script would create a file *.proof in the /Users/Shared/ folder (ie: mainuserprivilegedrevoke.proof defaultbrowserandmailsetted.proof,...)

The information we would need to fill in a configuration profile:

Thanks a lot if you could integrate this

LukeEvansTech commented 5 months ago

Having the ability to poll for the presence of an app deployed by VPP would be ideal - as a minimum MVP I would just need check for the location of the file "/Apps/Company Portal.app" for example.

BigMacAdmin commented 3 months ago

This has been included in the latest 2.2 release