Hello everyone,
I recently synchronized Office 365 users to our on-premises Active Directory. And creating an organizational unit (OU) and adding the users there. I’m trying to apply Group Policy for desktop wallpapers, but I’ve encountered an issue: the policy is only taking effect for admin user, while standard users are not receiving the updates.
Has anyone faced a similar issue or have suggestions on how to resolve this? Any assistance would be greatly appreciated!
Thank you and best regards,
Mostafa,
Jayraj ChhayaPosted Oct 30, 2024, 5:08 AM
This issue may arise due to several factors affecting Group Policy application for standard users. Here are some steps to troubleshoot and resolve the problem:
Check Group Policy Scope: Ensure that the Group Policy Object (GPO) is linked to the correct Organizational Unit (OU) where the standard users reside. Verify that the GPO is not filtered out by security settings.
Permissions: Confirm that the standard users have the necessary permissions to apply the GPO. You can do this by checking the "Security Filtering" section of the GPO.
GPO Settings: Ensure that the GPO settings for desktop wallpaper are correctly configured. The path to set the wallpaper can be found under
User Configuration -> Administrative Templates -> Desktop -> Desktop.Force Group Policy Update: Run
gpupdate /forceon the standard user machines to force a refresh of the Group Policy settings.Event Viewer: Check the Event Viewer on the client machines for any errors related to Group Policy processing. This can provide insights into why the policy is not applying.
Network Connectivity: Ensure that the standard users' machines are properly connected to the domain and can communicate with the domain controllers.
By following these steps, you should be able to identify and resolve the issue preventing the desktop wallpaper policy from applying to standard users.