I have a .bat that copies files from source to destination. The source is the local joined server, the destination is a non-joined computer on the network. I need to run this .bat with task scheduler. What user can have privileges on the destination folder? On task scheduler I can only set local or domain users. The syntax of the bat is like the following:
robocopy "C:\temp\test.txt" "\\192.168.0.1\c$\temp"