mdm icon indicating copy to clipboard operation
mdm copied to clipboard

common library for mdm command payloads and responses.

Results 4 mdm issues
Sort by recently updated
recently updated
newest added

Please implement the possibility to enter external files to the server micromdm server. I am calling .../v1/commands from JavaScript and if I run it from localhost I get error like...

Perhaps merge datatypes at some point. I.e. potentially merge [this](https://github.com/jessepeterson/micromdm/blob/2dd3c932fdd09105c0af10b9973501636f61ec69/enroll/endpoint.go#L26-L43) struct with [this](https://github.com/micromdm/mdm/blob/ff5dae3256bfea7dbaa543145f0c76410055785c/checkin.go#L47-L58) struct and use interchangeably.

If it matters, this is via iOS 9.3.5 The ResponseStruct has a field for InstalledApplicationList: https://github.com/micromdm/mdm/blob/6e0586cca72594720a1c7c48214661a87c73bd17/response.go#L16 However it does not have any fields for ProfileList or ProvisioningProfileList A quick (but...