Get-MobileDevice

Hey Guys

Trying to use tis command hhere : Get-MobileDevice -Identity

[PS] C:\Windows\system32>Get-MobileDevice -Identity robert
The mobile device robert cannot be found.
    + CategoryInfo          : NotSpecified: (:) [Get-MobileDevice], ManagementObjectNotFoundException

[PS] C:\Windows\system32>Get-MobileDevice -Identity 385A5FAD3184235CA0837514B8A6B917
The mobile device 385A5FAD3184235CA0837514B8A6B917 cannot be found.

I am following this link here and am trying to get mobile devices based on GUID and keep getting errors. The device clearly exists and I can get statistics another way, but to me the documentation says its should work.

https://technet.microsoft.com/en-us/library/jj218706(v=exchg.150).aspx

Thanks,

Robert

September 12th, 2015 1:18pm

Hello,

You can try the below command

Get-ActivesyncDeviceStatistics -Mailbox praveen.kumar@techrid.com

Regards,

Praveen Kumar E

====================================

Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts @ Techrid.com

Free Windows Admin Tool Kit Click here and download it now
September 12th, 2015 1:42pm

So that works but it shows me every device for my mailbox. I want to look a single device. And the documentation looks like I should be able to.

Robert

September 12th, 2015 1:47pm

Hello,

if you need get info from one mobile device, pls check my script

Get-MobileDevice | where identity -Like *385A5FAD3184235CA0837514B8A6B917*


Free Windows Admin Tool Kit Click here and download it now
September 12th, 2015 5:19pm

Hello,

if you need get info from one mobile device, pls check my script

Get-MobileDevice | where identity -Like *385A5FAD3184235CA0837514B8A6B917*


September 12th, 2015 9:18pm

Thanks for the response. Do you know why the document says something different? did you get the same results when you tried using the command Get-MobileDevice -Identity  385A5FAD3184235CA0837514B8A6B917

The reason i ask is because your command copied and pasted worked perfectly so i know the device is active and there is partnership. 

Thanks, 

Robert 

Free Windows Admin Tool Kit Click here and download it now
September 12th, 2015 9:48pm