I do have another question now. I'm using ROBOCOPY with the /MIR switch to mirror the server folder with the local pc folder. It does it's job, but if there was a file that changed, the task sequence reports as failed. The files have been updated successfully, but still shows it failed. If there are no changes to be made to the local copy, it passes successfully. Any idea why?
***** It just started working as it should. Not sure if it just took a while to get the deployment updated, but now it says Installed; waiting to install again at.... *******
We have a pictures screen saver on all our pc's here that need updated occasionally. Our PR department places new images into a folder on a shared drive and we need to push it out to all the pc's whenever they update the images (delete or add). I'm attempting to do this with SCCM but having trouble. I have setup a task sequence to run a .bat file which copies files from the shared drive onto the local machine. This seems to be working pretty well, but I need to have this deployment run either daily or weekly. When I set the schedule in the deployment it runs once and never runs again. I've set it to Always Rerun Program and occurring every week. If the program fails for some reason, it will try again, but once it is successful it stops and never runs again.
Any idea how I can get this to work?