Forum Discussion

Audi9112430's avatar
Audi9112430
Copper Contributor
Aug 02, 2022

Powershell script to extract what client users are using for mail

Hello,
Is there a way for me to extract information on what my end users are using to connect to their mail
For example, Windows Mail / Native phone app / Browser / Outlook client?

I know that I can get a report from O365 tenant but I am trying to get a report that includes Windows Mail.

Does anyone know?

Thanks

1 Reply

  • Audi9112430 The https://docs.microsoft.com/en-us/powershell/module/exchange/get-connectionbyclienttypedetailreport?view=exchange-ps seems to be deprecated, but perhaps you can try one of these:

    https://docs.microsoft.com/en-us/graph/api/resources/email-app-usage-reports?view=graph-rest-1.0

    https://docs.microsoft.com/en-us/graph/api/reportroot-getemailappusageuserdetail?view=graph-rest-1.0

     

Resources