GPO, VBScript, Replace files


Recommended Posts

History:

I have a lot of AutoCAD users. There is a folder that holds the pen styles and plotter configs (pc3 files). Some people are in charge of setting up the configurations of these files. The files must be the same on all CAD pc's. Some users change the configurations on their local pc's. Sometimes this is necessary for a specific job.

Problem:

Every morning I need to have the exact same files on all CAD pc's.

The files are updated by the authorised editors from time to time and need to be distributed.

There are too many pc's to update manually.

There are too many pc's to have the folder redirected to the server.

Permissions are not an option as the user do need to create or edit their files on an "as needed" basis.

Most of the users are not capable / too stubborn to remove "custom" files and replace with authorised ones.

Some users insist on creating their owe files over authorised ones or distributing corrupt ones.

Question:

I would like a VB Script that would clear out all files in a specific folder and copy the authorised ones into that folder every time a user logs on.

ie: user logs on -> folder emptied -> authorised files copied over from server.

I will be applying the script via a GPO specific to the users (ie various departments have differing files)

Link to comment
https://www.neowin.net/forum/topic/278937-gpo-vbscript-replace-files/
Share on other sites

Tried it out and it worked.

I created a .cmd file with the Robocopy command and some extra switched (ie log files). Also I added a pause in the cmd file so that I could see it working while testing. That will be taken out when deploying.

I then created a vbs file that would run the cmd file (I can't VB for s***).

Lastly I assigned a group policy to the OU that executes the VBS at logon.

I tested it with my logon and it worked. Now I think I need to assign permissions on the robocopy for authenticated users or will server allow the VBS and cmd to use the file? Robocopy is only on the server. My account is a member of Domain Admins.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.