Provide an option to avoid Client Side Tasks
When you use the RunAsync switch, several cmdlets end up being executed as a Client Side Task (CST).This is a nice feature, but the drawback is the fact that the Task object returned by a CST is not compatible with the Task object returned by a Se...