I cant figure out where to go from here to get the results i want. I have following<\/p>\n
Get-Mobiledevice | fl Identity,DeviceModel\n<\/code><\/pre>\n
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.<\/p>\n
Thanks<\/p>","upvoteCount":2,"answerCount":3,"datePublished":"2020-05-20T15:05:37.000Z","author":{"@type":"Person","name":"huche","url":"https://community.spiceworks.com/u/huche"},"acceptedAnswer":{"@type":"Answer","text":"\n\n
<\/div>\n
JitenSh:<\/div>\n
\nGet-Mobiledevice | select userdisplayname,devicetype,DeviceModel<\/p>\n<\/blockquote>\n<\/aside>\n
Better but still get extra domain “junk” (all the OUs). I think<\/strong> i found the solution using mailbox solution i found on other site.<\/p>\n <\/p>","upvoteCount":1,"datePublished":"2020-05-20T16:36:54.000Z","url":"https://community.spiceworks.com/t/get-mobiledevice-with-get-user/763353/3","author":{"@type":"Person","name":"huche","url":"https://community.spiceworks.com/u/huche"}},"suggestedAnswer":[{"@type":"Answer","text":"
I cant figure out where to go from here to get the results i want. I have following<\/p>\n
Get-Mobiledevice | fl Identity,DeviceModel\n<\/code><\/pre>\nFrom 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.<\/p>\n
Thanks<\/p>","upvoteCount":2,"datePublished":"2020-05-20T15:05:38.000Z","url":"https://community.spiceworks.com/t/get-mobiledevice-with-get-user/763353/1","author":{"@type":"Person","name":"huche","url":"https://community.spiceworks.com/u/huche"}},{"@type":"Answer","text":"
Get-Mobiledevice | select userdisplayname,devicetype,DeviceModel<\/p>","upvoteCount":0,"datePublished":"2020-05-20T16:08:08.000Z","url":"https://community.spiceworks.com/t/get-mobiledevice-with-get-user/763353/2","author":{"@type":"Person","name":"jitensh","url":"https://community.spiceworks.com/u/jitensh"}}]}}
huche
(huche)
May 20, 2020, 3:05pm
1
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
jitensh
(JitenSh)
May 20, 2020, 4:08pm
2
Get-Mobiledevice | select userdisplayname,devicetype,DeviceModel
huche
(huche)
May 20, 2020, 4:36pm
3
Better but still get extra domain “junk” (all the OUs). I think i found the solution using mailbox solution i found on other site.
1 Spice up