Correlation between WP7.1 "DeviceUniqueID" and ActiveSync "DeviceID"

Answered Correlation between WP7.1 "DeviceUniqueID" and ActiveSync "DeviceID"

  • Thursday, January 19, 2012 4:10 PM
     
     

     


    I am looking for the correlation (if any) between the value retreived from
    Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("DeviceUniqueId")
    And the DeviceID in Exchange ActiveSync (retreived from get-activesyncdevicestatistics)

     

    I hope that somebody can clarify this for me.


All Replies

  • Friday, January 20, 2012 7:42 AM
     
     

    Hello,

     

    Yes, they are all used to get device information and properties.

     

    http://msdn.microsoft.com/en-us/library/microsoft.phone.info.deviceextendedproperties.getvalue(v=vs.92).aspx

     

    Thanks,

    Simon

    Exchange Forum Support

     

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

     

  • Friday, January 20, 2012 11:33 AM
     
     

    Thanks Simon

    This is my problem:

    On my WindowsPhone the Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("DeviceUniqueId") returns a byte array (20 bytes).
    When I check the ActiveSync DeviceID for the same device (returned from get-activesyncdevicestatistics) I get a 32 character (hex)string.

    Is the ActiveSync DeviceID based on the DeviceUniqueId from the WindowsPhone itself?

    If yes, how do I come from one to the other?

    Kind rgds
    Eskil

     


    Eskil
  • Wednesday, February 01, 2012 3:34 PM
     
     Answered

    Hi Eskil,

    I think you'd get better results on this if you posted it over in the WP7 forum: http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series/threads. I'd move this for you, but I don't have admin permissions in this particular location. :-)


    Trevor Hancock (Microsoft)
    Please remember to "Mark As Answer" the replies that help.