Microsoft Exchange 2010 | Shell | Remote Wipe
How to remote wipe a exchange 2010 active sync device
Get all Active Sync Devices which are attached to one mailbox:
Get-ActiveSyncDevice –Mailbox {MailboxName} | Format-List Name
Clear Active Sync Devices:
Clear-ActiveSyncDevice -Identity 'DOMAIN/OU/USER/ExchangeActiveSyncDevices/DEVICEID' –NotificationEmailAddresses {RECIPIENT MAIL ADRESS}
Show Statistic and Status of Remote Wipe:
Get-ActiveSyncDevice –Mailbox {MailboxName} | Get-ActiveSyncDeviceStatistics