The process for terminating users at the company I'm presently working for includes remotely wiping any ActiveSync devices and then removing the ActiveSync relationship. I'm writing a PowerShell script to automate the process and, when I send the remove-ActiveSyncDevice cmdlet after sending the clear-ActiveSyncDevice cmdlet, I get a warning that "the device is waiting to be wiped".
If I remove the device, does that cancel any pending wipe commands?
I've done as much web searching as I can in order to find the answer and I'm just having no luck. I would assume that Exchange would give me a more informative warning if removing the device would cancel the wipe request, but since there's so little detail in the warning I just can't be sure.
I've read the technet references on the commands and the technet articles on managing mobile phones - none answer this question.
MS
Technet reference on clear-activesyncdevice
MS Technet reference on remove-activesyncdevice
MS Technet reference on Managing Mobile Devices
I have done numerous web searches with multiple search engines using keywords I would expect for this query. I have also searched these forums. I've also asked several of my colleagues at work, all of whom assume that the wipe command is still processed after removing the partnership, but none of them have any references to back that up.
As a note, I'm using Exchange 2010, but I assume that it shouldn't be too different between 2010 and 2013.