Hi all,
I am now using the new PowerShell V2 with certificate since a few weeks, but the reliability and stability is really "shaky".
After 2-3 commands the PS-session has to reconnect and most of the time the commands did not complete for me.
For example if you have 10 completed move-requests in Exchange Online and you just want to remove them via
get-moverequest -movestatus completed | remove-moverequest -confirm:$false
you can be lucky if you get 3 out of those 10 removed. The next time to want to re-run the above command, the session needs to reconnect first and then you start again and maybe another 3 move-requests are getting deleted.
Sorry, but I really don't trust this new method yet for any important automated scripts, if it is already so instable with my few manual commands.
How does it work for the remaining ones of you?