Mar 23 2021 02:03 PM
I have the need to run a report for all of our corporate devices in Intune to show the most recent checked-in user. Right now, the only place I see the info is if we use the Intune for Education portal. When you go to the record, under details you see: Properties, Device Actions, Recent check-ins
I haven't been able to find anywhere to report on that field - have tried graph explorer and PowerShell. The data must exist somewhere, any help you can provide would be appreciated.
PS - this is similar to a thread from 2019, but no solution was found, thought I would bring it back up. Thanks
May 25 2021 08:55 PM
@nicklatronica Try using this:
https://graph.microsoft.com/beta/deviceManagement/managedDevices?filter=devicename eq
The beta version of the graph API returns a hash table that has the last checkin userid and time.
Just found this myself as I was looking for the same thing as you.
Hope this is helpfull.
Regards
Doug Gelling
Norrcom ICT Support
May 25 2021 11:39 PM
May 26 2021 07:01 PM
May 26 2021 10:14 PM