Copy-VMGuestFile should run async as Invoke-VMScript
Copy-VMGuestFile does not return a task object like Invoke-VMScript does with -RunAsync switch. It is ideal to match the implementation of Invoke-VMScript. It is very useful for monitoring large file copy, and allow PowerCLI to do more.