Hi all,
I try to set up a method to retrieve AD users' photo and to active it as Windows 10 user profile's photo.
To do this, I follow this method : https://www.codetwo.com/admins-blog/use-active-directory-user-photos-windows-10/.
In summary :
- Put the script in example into a GPO and put it in logoff script
- In the same GPO, set permission "Full control" for "Builtin\Users" on the registry key that will contain the photo
But it doesn't work for me.
My issue is I cannot find the french equivalent of "Builtin\Users" ("Builtin\Utilisateurs") because it doesn't show in GPO editor, although it appears in AD (fortunately). So as a test I set "AUTHORITY NT\Authenticated users" or "DOMAIN\Domain users", required permissions are correctly set on the key but nothing is imported into it.
How can I see this "Builtin\Users" group ?
I precise that the script runs flawlessly when I execute it in the user context, and no error about group policies execution in the event viewer.
Thank you for your help.
regards,
FXE