I have a 2 domain controllers.
The clients can login to the AD normally and everything works fine.
I want to accomplish the task of unifying all the Desktop Wallpaper Backgrounds of all the user and put the logo of the company. However it is not working.
Below is an image of how I am trying to accomplish the needed outcome:
Unfortunately, it is not working. Any ideas? Also, does it have to do anything with having a second domain controller? (which by the way, gets the users and groups replicated correctly)
If you have problems with GPOs not applying the way you think they should, the best way to diagnose this is by using the 'Group Policy Results Wizard' in the Group Policy Management app.
Start the wizard, and point it to a machine of the a user who isn't getting the background and select the relevant user. The results wizard will display 3 major things:
If the issue doesn't show up after working your way through those steps, it's usually caused by some sort of process or understanding issue. For example, did you actually copy the file to that location on each machine first, as that path is local to machine running the policy, not where it is written. You can use GPO to deploy files from DC DFS or network shares to the machine, but you need to be aware of authentication issues. IE if it is a computer policy, the computer must be able to access that share without a user's grants.
Remember you can force refresh GPO's on the users machines using 'gpupdate /force', as GPO's aren't applied immediately. Logs will show up in the results tool, after a refresh.