Hi all,
I wish I can get some help here. I am working on integrating ClearPass with Microsoft Intune, so far I was able to follow https://support.arubanetworks.com/Documentation/tabid/77/DMXModule/512/Command/Core_Download/Default.aspx?EntryId=35943
This document helped me and was able to get it working well but this document shows how to work with the Intune as an MDM (here we manage devices and information like mac address, serial number,etc. are present), basically to pull information from Intune, we send our query based on the mac address of the device in question and then we receive the info saved in intune and then we decide what to do then.
We have another service on Intune supporting MAM (here we manage applicatons where we have basic information including username, email, OS but we don't have field for the mac address). I tried query from this MAM based on other properites like userName, userID, userEmail, etc. but every time I get bad request. I spoke with a TAC and we both tried but it seems the query works only with Mac address.
Has anyone tried this, or has an idea what to do
Thanks,