Unmanaged device reporting

SA 1 Reputation point
2022-05-23T19:36:20.547+00:00

Hi, I need to run a report on users accessing resources (onedrive/teams/etc) on desktop (and if possible, the web), how do I do this?
I would also like to run a report of devices older than Win10 doing the same.
Thanks.

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,682 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,211 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Eric MILA 86 Reputation points
    2022-05-23T20:25:31.18+00:00

    Hi SA-0447

    You can build it your self.

    In the first time, you can retrieve information with Powershell.
    Use :
    Import-Module AzureAD
    Import-Module MSOnline
    Import-Module ExchangeOnlineManagement
    Import-Module MicrosoftTeams

    and GET this some examples with graph :

    https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserDetail(period='D7')
    https://graph.microsoft.com/v1.0/reports/getOneDriveActivityUserDetail(period='D7')
    https://graph.microsoft.com/v1.0/reports/getSharePointActivityUserDetail(period='D7')
    

    etc

    You export in database or csv file

    In second time with your prefered BI software you can make a report

    In third time for the web page, with PHP and Bootstrap you can create a tab with desired data


  2. Eric MILA 86 Reputation points
    2022-05-23T20:28:22.61+00:00

    For your unmanaged devices :
    Compare all devices in your IT with retieved devices from graph.
    The difference is your result

    Best regards

    0 comments No comments

  3. Jason Sandys 31,146 Reputation points Microsoft Employee
    2022-05-25T06:07:14.407+00:00

    Intune doesn't track device access to applications so Intune will never be able to give you a report on this.

    What's the scenario and end goal here where having this info is valuable?

    0 comments No comments

  4. Eric MILA 86 Reputation points
    2022-05-25T06:57:17.647+00:00

    Sorry but you can retriever you manager de vice Witherspoon Get-msoldevice

    0 comments No comments