Kory Prince
Kory Prince
Ah, that is a better solution. Thanks!
You need to also check the MicroMDM logs to see if any additional information is available about the error. Just to be clear, you have an active Apple Business Manager...
It looks like there's an [abandoned PR](https://github.com/micromdm/micromdm/pull/563) to add VPP support to micromdm.
What about a flag (optional or mandatory) on the server to set an http basic auth username and password on the /mdm/enroll endpoint? I haven't looked too much into micromdm's...
I'm not sure how your command worked at all past the first iteration, as scepservers throws a bad request at me if the same DN is requested twice, even not...
I did a PR to add a mutex for the depot to fix this issue.
I cannot replicate this issue with my branch. I even simulated very slow disk speeds and ran 100 concurrent requests, and everything worked correctly. Also note that the serial is...
@rodchristiansen's method works for me, but the Rosetta install command returns a 0, so make sure you add an `exit 1` to the end of the script, or installapplications will...
This has been bugging me, so I've been investigating ways to fix this. The type of input that is scrolling can be detected from the GTK scroll event. `GdkEventScroll.get_source_device().input_source` can...
You can use the [raw command API](https://github.com/micromdm/micromdm/blob/main/docs/user-guide/api-and-webhooks.md#schedule-raw-commands-with-the-api) to use commands/keys currently unsupported by MicroMDM's normal command API.