PowerShell removes duplicate ActiveSync device information from Exchange 2010 DNF
The original device information is as follows, this is a DNF duplicate device, and you can see that the device GUID is followed by the word DNF. When removing using Remove-ActiveSyncDevice, an error is reported directly.
Remove-ActiveSyncDevice-Identity "contoso/zengchuixin/ExchangeActiveSyncDevices/android §6248841693641623584169364148 CNF:742cf21f-f293-4108-a4a6-3be8abce69a8"
The correct delete pose is to remove the DNF message before attempting to execute the command, as shown in the figure.
Remove-ActiveSyncDevice-Identity "contoso/zengchuixin/ExchangeActiveSyncDevices/ Android 9364162483584169364162488416"
For more information, please follow the official Wechat account below.