Group Policy Setting of the Week 13 – Files

This week I have selected the Group Policy preference “Files” setting which can be found under either Users or Computers > Preferences > Windows Settings > Files. I commonly see the file update option used where a licence file or a single .exe application needs to be updated on all the computers in an organisation. Here a central copy of the file(s) is stored on a central server and when then central version is updated all the computers will receive the new version of the file at the next policy update. Much better than a logon script!!!!

You also have to ensure that the destination folder in the Create, Replate and Update options already exists as it will not automatically create the folder if it doesn’t exist. If you do need to create the folder for the destination then use the “Folders” option.  Also make sure that if you are copying the file(s) to a location that its under the correct context (e.g. User context for files into their local profile and Computer context if it is being copied into the program files folder).

This option is a Create Replace Update and Delete (CRUD) enabled setting so the behaviour is a little different depending on your action. All these options support wild cards so you can use it to copy (or delete) multiple files.

Create

This option will copy a file from a location (like a network share) to another location (like on the local computer) only if the destination file does not already exist.

image 

Replace

Again, this option will copy a file from a location (like a network share) to another location (like on the local computer) but this option will delete and overwrite the destination if it already exists.

image 

Update

This one is very similar to Replace however it only changes the individual attributes that changes. If the file does not already exist then it does the same as the Create option.

image 

Delete

As the name suggests it will delete what ever file you specify in the “Delete file(s):” field. Remember this also include wild cards so you can use “C:\Path\*.*”

image

Author: Alan Burchill

Microsoft MVP (Group Policy)

11 thoughts on “Group Policy Setting of the Week 13 – Files

  1. After testing the group policy preference File/Create option I can tell you that it does create the source folder and put the copied file(s) in it, (even if it doesn´t exist on the targeted client). It will even create folder trees.

    1. Yes you can. But you need to write the script and run it as a scheduled task. Much better to use the in built File System Classification Tool to do the same…

Leave a Reply