I know there are a plenty of subjects like this, but I didn't found what I wanted, maybe I was looking at the wrong place.
I have an AD running a few GPO, and one is concerning a wallpaper that is being pushed to the client. Some users sometimes go off the site, and since the VPN connection isn't always loading, the wallpaper goes to a black screen.
What I want to achieve is to copy the file on the client, and then use a GPO to apply it. By copying the file, the users won't have the problem of the black screen (at least I hope).
I found out I can copy a file using the GPO editor, but if the user isn't connected to my network (in local or with VPN), would the GPO still applied and the wallpaper displayed? And what if the user computer reboots without access to the DC?
Essentially yes, if the computer has the below GPO applied and is then unplugged or takes computer/laptop home the wallpaper/background would still apply.
This is because the Client/Computer caches the GPO and still applies while turned on.
To have this working you would need the following setup within your GPO
Hopefully this answers your question?
EDIT/UPDATE: See below a .bat (Batch file) to copy the wallpaper to machines, you can probably run this at logon or computer startup? Whichever you prefer. You will need to set the first two variables.
Then the GPO Below to set Wallpaper / Background
Thanks,