I am wanting to create a GPO (other methods are open for discussion as well) for the issue below. Any and all help would be appreciated, thanks!
Users logs in, GPO creates a sub folder in C:\Users\%userprofile%\, then it copies a file from the DC itself to this sub folder.
Theoretically, unless the user logs onto a different machine, this would only have to happen once per user profile, per machine.


I have a few people added to a security group to test out in the filtering, the sub folder was not created and the file was not transferred.
Any ideas?
– Jonas Lear Oct 06 '15 at 18:43C:\Users\%logonuser%resolves to their actual user profile path. Sometimes the domain gets added to that their profile folder (e.g.C:\Users\USERNAME.DOMAIN) – Josh Oct 06 '15 at 18:59I found out why the GPO was not taking effect and have corrected it. GPRESULT specifies that the PC has the GPO attached.
However, when I tried it again, it does the same thing, it is not applying. Checked eventvwr, found no errors on my PC or the DC issuing the GPO.
BUT, the first time I tried this, I made a typo in the "Destination File" field and it actually created the user folder, the sub folder and copied the file there. So the GPO in a way worked but not when I corrected the spelling.
– Jonas Lear Oct 07 '15 at 19:58