umad icon indicating copy to clipboard operation
umad copied to clipboard

A tool to help users with pre-existing devices enroll into MDM

Results 16 umad issues
Sort by recently updated
recently updated
newest added

In Ventura, the nag event detection is failing. The nag event to enroll the device is appearing, but the detection script is failing to detect it and causing the manual...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Tried this a number of times but can't get v2 RC2 to read the variables in plist

Apparently in macOS 12.3 the DEP records are stored somewhere else: ``` /private/var/db/ConfigurationProfiles/Settings/.cloudConfigProfileObtained /private/var/db/ConfigurationProfiles/Settings/.cloudConfigHasActivationRecord /private/var/db/ConfigurationProfiles/Settings/.profilesFetchTimerCheck /private/var/db/ConfigurationProfiles/Settings/.cloudConfigRecordFound /private/var/db/ConfigurationProfiles/Settings/.deviceConfigurationBits /private/var/db/ConfigurationProfiles/Settings/.cloudConfigTimerCheck ``` Some logic needs to be updated

From the 12.3 profiles man page: ``` show -type profile_type -user user_name -output output_path Show expanded information for profiles. For an enrollment, this will show the current DEP configuration, and...

It's hard to word the third paragraph in a way that makes sense both for the DEP nag and needing to download the profile manually. This splits it into two...

https://macadmins.slack.com/archives/CCHCR1AUA/p1562625654061300

This change allows an admin to set an Optional option of `--scriptwhenuiquits` to run a script after the UMAD UI disappears signaling the machine is now UAMDMed. I tested this...

I'm seeing this occur on both the machines in front of me right now whereby after a device goes from unenrolled to enrolled, there seems to be a collision of...

Because python isn't available in Recovery, the postinstall will not work. It will either need to be converted to bash (which makes me really sad) or we will have to...