I cant figure out where to go from here to get the results i want. I have following

Get-Mobiledevice | fl Identity,DeviceModel

From there id like to get actual username or email but i dont have knowledge to get that information. Basically wanted to get username, name, what devices they have. Cherry on top would be to filter out disabled users.

Thanks

2 Spice ups

Get-Mobiledevice | select userdisplayname,devicetype,DeviceModel

Better but still get extra domain “junk” (all the OUs). I think i found the solution using mailbox solution i found on other site.

2020-05-20_13-35-50.png

1 Spice up