Forum Discussion
Creating report of Discovered Apps by Device
- Nov 27, 2022Thanks Daniel_Lonergan for the nice call. To share with the community what helped daniel I wrote a blog post about it:
https://jannikreinhard.com/2022/11/27/intune-mass-export-with-the-graph-report-api/
Hi Moe. Thanks for the tip on using PowerBI. I was able to access the Intune Tables, as you stated. And I was able to bring columns from selected tables into PowerBI.
However, I could not find a table that contains the "Discovered Apps". There were a few mamApplication tables. But these only display apps managed by Intune and not the "unauthorized" ones we are looking to identify. I checked all the tables in case there was a column that held this information. But I could not find it.
The "Discovered Apps" data must be somewhere, since I am able to see these apps when I select an individual device. Where could this data be located if in an Intune Table?
Moe
https://jannikreinhard.com/2022/07/01/copy-intune-discovered-apps-in-log-analytics-workspace/
- Oct 31, 2022Hi Moe, I followed the steps outlined in the link you provided. However, when I get to the step of running the script. I get an error at line 1
“The name ‘$customerid’ does not refer to any known column, table, variable or function”
I am running it in the “Logs” section of the Log Analytics Workspace I created in the instructions. Any idea why I am getting this error?
FYI, I also posted this question on the blog, but I have not heard back as yet.- Moe_KinaniNov 01, 2022Bronze Contributor
Hi Daniel_Lonergan,
Have entered the Workplace id for $customerid variable? Going to loop @Jannik Reinhard to this conversation, hope he can clarify the glitch.
Moe
- Jannik_ReinhardNov 01, 2022Iron ContributorHey Daniel_Lonergan, sorry for the late response and for missing the comment under my blog post. How did you execute the script, can you send an screenshot from the execution? Did you run this an an powershell shell because this error message is an sql error and not an powershell error.
The strange thing is that in the the message the ‘$customerid’ is lowercase but in my script it is always written as camel case.