Daniel Erne

Results 16 comments of Daniel Erne

Thanks for the fast reply. I did un-enroll the device with removing the profile on the device. The enrollment_state changed to false. With deleting the record you mean the process...

Yes. The Request: curl -X "DELETE" "https://domain.xx/v1/devices" \ -H 'Content-Type: application/json' \ -u 'micromdm:xxxxx' \ -d "{\"udids\": [\"00008020-0015086A0ABB0\"]}" Response is a 200 with an empty JSON. If I fetch devices...

Thanks for your fast reply. I checked it with mdmctl but it's empty and I get only one tokenUpdate from the device channel. What restrictions can cause no user channel?...

The profiles is installed manually. Download from mdm/enroll and install, but profile shows as Device (Managed) OS version ist macOS Bug Sur (11.2.1) User is a local admin/root user

@jessepeterson Any news about this? Does it work on your side?

Thanks. We didn't modify the profile much. Only the name. If it works on your side over ABM, I will try to test it on ABM too.

@jessepeterson We still have the problem that we don't get a second tokenUpdate with UserID in the payload. We can't use ABM because no Macs are registered there. Is it...

@jessepeterson Thanks for reaching out again. No, it didn't work. We tried several things. The machine is not bound to any directory system and it does not use ABM. We...

I did a workaround by adding this code on line 36 in Helper.php Class: ` if(is_array($filter)) { $filter = $filter[0]; } `

@robertSt7 Yes, when removing the brackets it works. But we have a productive live application on the AppStores with this filter. So I needed to change it in the helper...