Since I so rarely see a Windows thread, perhaps folks wont mind me asking: What utilities or code would you leverage if you had a use case to run a program on a Windows machine once a day and look for any CSV/XLS/XLSX files and then copy those to another server? (With full knowledge of the owner of said computer, they are just lacking in proficiency to do anything even as simple as connect Box Sync)
To piggyback on the Powershell and scheduled tasks cement: robocopy and scheduled tasks so how I did this years ago for years. Built into windows since Windows 7 iirc.
Maybe something in Powershell to find the files and then copy them into a folder which is then set up with Robocopy?
Note, I have no access to the computer itself and the users are incapable of doing much beyond downloading a .exe file and installing a program, so whatever is done has to be as close to simple as that for them.