Share via

Reporting Which Users have Android devices

Anonymous
2016-02-11T21:03:09+00:00

Hi there, we have a fleet of company owned iOS devices which are all configured to Office 365. But I wish to find out if any of our staff have connected to their Office 365 Exchange accounts with an android device. I cannot work out any way to get this information. 

Any advice would be greatly appreciated

Thank you

Microsoft 365 and Office
Microsoft 365 and Office

A comprehensive suite of productivity tools and cloud services that enhance collaboration, communication, and efficiency. Combining classic Office apps with advanced Microsoft 365 features, it supports both personal and business needs

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2016-02-14T18:28:30+00:00

    Hi Franky, that was exactly what I was looking for. Thanks very much for your help.

    Jay

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-02-13T03:10:29+00:00

    Hi Jayralston1926,

    Have you referred to the information above?

    Feel free to let me know if you have any other question.

    Thanks,

    Franky

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-02-11T23:38:10+00:00

    hi jayralston1926,

    you can use powershell cmdlet to check this.

    here are the steps:

    1. connect to exchange online using remote powershell.
    2. run the following cmdlet:

    get-mobiledevice | where {$_.deviceos -like "android*" } | fl userdisplayname, deviceos, devicetype

    ![](http://fud.community.services.support.microsoft.com/Fud/FileDownloadHandler.ashx?fid=c8dd32a6-f9f8-4f2f-9cd0-9454363f103c)

    thanks,

    franky

    Was this answer helpful?

    0 comments No comments