Hi Garth;have you looked at the exporting a report from Intune? Then you can do what every you want with it? In power bi or excel. https://askgarth.com/blog/configmgr-client-health-start-up-script/
Sorry it took me a while to find this, this morning but yes you can get the raw data. https://learn.microsoft.com/en-us/mem/intune/apps/app-discovered-appsHi Garth;
The issue is that Intune extracts reports but from one computer at a time, not all computers at the same time; or am I missing something?
Thank you
Hi Garth;Sorry it took me a while to find this, this morning but yes you can get the raw data. https://learn.microsoft.com/en-us/mem/intune/apps/app-discovered-apps
I think that I should do a blog on this.
Hi Hinahi Garth, please i need help to get the software inventory for my company devices to keep track of the licenses. is there anyway i can do it with SCCM or through cmd
help is much appreciated.
thank you so much for help i'll test it right nowHi Hina
From my experience, in SCCM you can extract a software report by querying the Database:
SELECT
SYS.Netbios_Name0 AS 'Nombre del dispositivo',
ARP.DisplayName0 AS 'Nombre de la aplicación',
ARP.Version0 AS 'Versión'
FROM
v_R_System SYS
INNER JOIN
v_Add_Remove_Programs ARP ON SYS.ResourceID = ARP.ResourceID
ORDER BY
SYS.Netbios_Name0, ARP.DisplayName0
@emanuel may i know if you have pulled your software inventory list through sccm aswellthank you so much for help i'll test it right now
Yes, it doesn't work for you? Remember that you must do it in the same SCCM DB, in SQL. You create a query and tell it to show the output in a grid. You go to the grid, copy everything and paste it into an excel.@emanuel may i know if you have pulled your software inventory list through sccm aswell
i am not sure if i am doing something wrong to run the query but its not workingYes, it doesn't work for you? Remember that you must do it in the same SCCM DB, in SQL. You create a query and tell it to show the output in a grid. You go to the grid, copy everything and paste it into an excel.
what is wrong with the built in reports for this?hi Garth, please i need help to get the software inventory for my company devices to keep track of the licenses. is there anyway i can do it with SCCM or through cmd
help is much appreciated.
but this report will allow you to do this.... Did you try it?Hi Garth;
Actually what I need is to extract a report like the image I attached, with that structure, since extracting a report device by device if possible; What I want to do is extract a report where all the devices are and on the right side all the applications that each device has.
Thank you
The query is for Sql not for cmpivot. But look at the built in reports.i am not sure if i am doing something wrong to run the query but its not working