Forum Discussion
DGMalcolm
Mar 12, 2022Iron Contributor
Report on Win 10 devices that have not gotten an app
Hey there, Deploying several apps through Intune to ~150 Win 10 devices. The apps are mostly configured to deploy to "All Devices" and those are the apps I'm asking about here. When I check later...
Mar 12, 2022
All devices deploys to all Intune managed devices, so you know what devices will receive the application. Perhaps Intune Data Warehouse/PowerBI reporting is something you could use? https://docs.microsoft.com/en-us/mem/intune/developer/reports-nav-create-intune-reports
DGMalcolm
Mar 12, 2022Iron Contributor
This may be the direction I have to go, though it looks like a fair amount of work. I have to keep reminding myself how quickly MS is developing this platform. Hopefully there will be better developed options in the near future.
Thanks for the link - guess I'll have to spend some time poking around.
Thanks for the link - guess I'll have to spend some time poking around.
- Mar 13, 2022
You could also try ProActive Remediations in Intune to detect/report machines without the software, a PowerShell script to detect if it is installed and the remediation script with nothing special in it other than a write-host Software not installed or something. This does require Windows 10 Enterprise...
- DGMalcolmMar 14, 2022Iron ContributorNearly all Win 10 Pro so I'll have to keep this idea in mind for later if we move towards Enterprise. Thanks.