Forum Discussion
Audi9112430
Aug 02, 2022Copper Contributor
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 c...
MagnusGoksoyrOLDProfile
Aug 03, 2022Bronze Contributor
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