Is it possible to connect to a remote machine and delete files from it? If not, are there any other approaches that can achieve this task? Quick and dirty suggestions as well as 'proper' approaches are both welcome!
One thought is that I could create a service that runs on each machine, implement a method that deletes local files, and then send commands to that service...