Copy a script to a remote machine via Invoke-VMScript, as doesn't require explicitly specified credentials, and run it. A share on the VM(s) to copy the script to directly rather than base64 encoding ...
I am trying to learn PowerShell (using V3) and have a need to create a script that will copy a folder structure with logging. Originally I made a small script calling robocopy and that worked quite ...