Forum Discussion
EntilZha
Oct 14, 2019Iron Contributor
Intune for Education - Capturing Device Properties
I'm looking for a way to capture information from Device Properties from Devices within Intune For Education using a Powershell module or Microsoft Graph.
information I'm interested in capturing but not limited to the listed of information
- Recent Check-Ins
- Model
- Serial Number
Thank You,
-Larry
5 Replies
Sort By
- Thijs LecomteBronze ContributorHave you checked the Intune Powershell examples (https://github.com/microsoftgraph/powershell-intune-samples/blob/master/ManagedDevices/ManagedDeviceOverview_Get.ps1)
That is a really good place to start. I would check out the script I linked. If it's not what you need, just send me a reply- EntilZhaIron Contributor
Thijs Lecomte thank you for responding to my post. I been able to locate all the information i needed from using MS Graph except the list of user that would appears under "Recent Check-In" in Device Details.
I did look through GitHub but couldn't find the information on how capture list of users listed under "Recent Check-In" for a Azure AD Join device.
Thank You,
-Larry
- Thijs LecomteBronze ContributorSo you are trying to get the users whom have last checked into the device?
Is this something you view from the regular Intune portal ATM? (trying to recreate your question)