Initially I got errors as timeout while using the copy-vmguestfile commandlet to copy my files to guest machine.
So, I used below command on my machine where I am runnng powercli commandlets as suggestion in Copy-VMGuestFile Timeout Issue
Set-PowerCLIConfiguration -WebOperationTimeoutSeconds -1
But,now I am not getting any errors but the files are not copying completely and the names of the files are preceded with !.
Any suggestion how to resolve this?