Forum Discussion
Deleted
Nov 30, 2017How to identify user who is using iOS / Android Outlook App
Hi,
Hoping someone can help - been pulling my hair out on this for the last few weeks. Would anyone have a handy PS script which would identify which users are using the iOS / Android Outlook A...
VasilMichev
Nov 30, 2017MVP
The Email app usage report in the portal is a good starting point. If you want the exact device details, you will have to use the PowerShell cmdlets (Get-MobileDevice, Get-MobileDeviceStatistics). As both the iOS/Android Outlook apps use the same method to connect, you should be able to easily filter just those users/devices via:
Get-MobileDevice -RestApi -ResultSize unlimited
Adding the exact license information will require additional runs of the Get-MsolUser/Get-AzureADUser cmdlet or correlating via the report available in the portal.