Users prefer to sync their email with all their devices. The total of home and work devices can easily exceed the default limit of 10. Especially when they are ‘techy’ and buy/sell new devices whenever they want. 🙂
When users have linked a total of 10 devices (including retired devices), they can remove unneeded / retired devices by using OWA.
However, if a user is moved in Active Directory between the moment they set up partnership with their mobile Phone and the moment they want to remove the partnership, they may receive an error.
If you, as an Exchange administrator, want to remove the device partnership using the Administrator Console (GUI), you will also receive the error:
The ActiveSyncDevice fqdn/ou/ou/username/ExchangeActiveSyncDevices/iPhone§ApplXXYYZZ cannot be found.
Click here for help… http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.181.6&t=exchgf1&e=ms.exch.err.Ex0FBD0C
Exchange Management Shell command attempted:
Remove-ActiveSyncDevice -Identity ‘fqdn/ou/ou/username/ExchangeActiveSyncDevices/iPhone§ApplXXYYZZ’
This error occurs because the device has moved to another location in Active Directory.
The trick in this issue is to remove the device on its GUID.
- First, open the Exchange Management Shell
- Run the following cmdlet: Get-ActiveSyncDeviceStatistics -Mailbox emailaddress@yourdomain.com
- Find the device you want to remove, and copy paste the GUID
- Run the following cmdlet: Remove-ActiveSyncDevice -Id 0215da00-227e-4470-a498-e4a44615a223Â (replace the guid with your GUID)
Cheers!
Straight and to the point. this is a great fix for a complex issue.
to avoid this chaos working with command-line Exchange Management Shell, I suggest to use MFCMAPI tool.
easy GUI and works 100%.
Great !!
I don’t usually post comments on forum fixes. Actually never posted one, but this time I must say you are a life saver. Thank you
You’re welcome, Gabriel!
+1 this was perfect! thank you very much!
Worked Great, Thank you for this post!
There is in fact an easier way to delete the devices and that is in Webmail. If you have webmail active then you can delete the devices under options/mobile.
Hi Maarten, thank you for your comment. Webmail is a quicker way to solve it for the end user indeed. However in my particular situation webmail was disabled because of the company’s security policy. So in that case powershell is a good alternative.
Great Fix !
wow, great result. Done 🙂
Thanks – Worked for me
Great. I’m glad it helped you out!