Hello guys, i’d like to export the list of mobile devices from exchange server 2016 with usernames, can you give me appropriate powershell command?

5 Spice ups

Here’s a starting point. Get-MobileDevice (ExchangePowerShell) | Microsoft Learn

Hello, thank you very much for reply, but i want to list all user and their mobile devices together, like this:

deviceid username

162783612GG Justin Bieber

Can you write me script to do this, i can’t find in link you wrote me.

thanks in advance

Have a look at Example 2.
That’s exactly what you need.

I have found scripts for you to export list of mobile device and username, you could refer to this: Get-EASDeviceReport.ps1 Script to Report on ActiveSync Devices

Hello,

I can only agree with Lucid Flyer. Example 2 is exactly your point “Get-MobileDevice -ResultSize unlimited | Format-Table -Auto DeviceModel, Identity”
Hope this will help you.
Kind regards