I am trying to create a script on Windows which when run on an admin PC:
check Robocopy:
ROBOCOPY \\server-source\c$\VMExports\ C:\VMExports\ /E /COPY:DAT
make sure you check what robocopy parameter you want. this is just an example. type robocopy /? in a comandline/powershell on your windows system.
robocopy /?