PowerShell Copiar archivo a una computadora remota

Copy-Item -Path \\serverb\c$\programs\temp\test.txt -Destination \\servera\c$\programs\temp\test.txt;
Wide-eyed Willet