Nice to see work still being put into GPP!
I have a question: We are now seeing the Event ID 4117 warnings ("File error occurred when copying...") for GPP "Create" Files preferences where the file already exists in the destination. Is using Create like this this not an expected use case / result? We don't ACTUALLY want to use the "Apply Once and Do Not Re-Apply" flag on these preferences, since we would want the file to get re-copied if a user accidentally or intentionally deleted it, and we are not using Replace because we want users to have the ability to change it (most of these are "default" or starting config for programs) without those changes getting overwritten. I suppose to avoid this warning we could Item-Level Target the Create preference to only run with a file rule that the file doesn't already exist in the destination, but that is extra work to set up and potentially adds more processing time.