I am looking at the various way to copy files from a users local PC to a specific folder location - on a Remote Server. Essentially, it would work in the following way:
- User copies files on local PC
- They switch to the RDP server
- Press a button on our application that runs a script and pastes the file into a specific folder
We need this paste function to run int the background and I was wondering if we could use Powershell to do this. Incidentally, our server is running 2012 R2.
The problem that I have is, that on the users local PC - I can't install any software and need to rely on them to manually copy the files to the clipboard. However, once they are on the RDP - I can do whatever needs to be done.
Thanks again for coming back to me so quickly - I need to sign off now and get some dinner.