How to replace the files in a folder using Group Policy Preferences

group-policywindows-server-2008

Our users have a toolbar on their Windows taskbar called "I Need Help". It holds links to our support system with specific fields prefilled. We've changed some of the structure our our support system and need to replace the links inside the folder. Some of the links have different names and some are being completely removed. Ideally we just want to clear the folder and replace it with a new set of files.

What's the best way to do this through Group Policy Preferences in Windows Server 2008?

Best Answer

I've got to go with Bård's suggestion. Instead of asking myself "What's the easiest way to do task x with tool z?", I'd ask myself "what's the easiest way to do task x?". A nice little login script or scheduled task script that just does a straight xcopy/robocopy/etc would be my weapon of choice here. Add a test to check if one of the new files exists or something like that and exit if so to add a bit of intelligence to the process, and you're done.