Forum Discussion
SebCerazy
Apr 28, 2021Iron Contributor
Intune report for users with multiple devices assigned as Primary User
Anybody knows if I can get a report (I assume from Graph) which only displays users with multiple devices assigned (as Primary User, which most likely was an error when issuing replacement device etc...
- Apr 29, 2021https://endpoint.microsoft.com/#blade/Microsoft_Intune_Enrollment/ReportingMenu/deviceCompliance
You could create compliance report, you could export it to csv and if I am reading it correctly the upn shows the primary user (it lists the device I just changed with the correct primary user)
SebCerazy
Apr 29, 2021Iron Contributor
Yes, I am using already these powershell-intune-samples.
Sadly they are build with no option to output to anything apart from screen (without code change), so I do
$File="C:\temp\devices.txt"
Start-Transcript $File -Append
.\Win10_PrimaryUser_Get.ps1
Stop-Transcript
Why is so difficult to get proper reporting from MDM?
Apr 29, 2021
https://endpoint.microsoft.com/#blade/Microsoft_Intune_Enrollment/ReportingMenu/deviceCompliance
You could create compliance report, you could export it to csv and if I am reading it correctly the upn shows the primary user (it lists the device I just changed with the correct primary user)
You could create compliance report, you could export it to csv and if I am reading it correctly the upn shows the primary user (it lists the device I just changed with the correct primary user)
- SebCerazyApr 29, 2021Iron ContributorThanks, I suppose that compliance report is the best I can get quickly for now!