Forum Discussion
Harry Dubois
Sep 28, 2016Brass Contributor
Prevent users to change profil photo
I want to prevent users that they can change the company's profile picture, but I cannot find the solution on the web. I have tried several solutions, but still is the user capable to change the prof...
- Sep 28, 2016Set-OWAMailboxPolicy applies only for OWA and users can able to change their photos from other O365 services. Also this policy will take effect after 60 minutes,
SebCerazy
Jan 27, 2023Iron Contributor
I have every option in Azure/Sharepoint/Exchange set to NOT ALLOW picture change (as per ie https://www.codetwo.com/admins-blog/prevent-users-from-changing-profile-photos-microsoft-365/ )
Get-OwaMailboxPolicy | FL name,SetPhotoEnabled
Name : OwaMailboxPolicy-Default
SetPhotoEnabled : False
get-CASMailbox -Identity Am*li*.M**l*email address removed for privacy reasons | fl OwaMailboxPolicy
OwaMailboxPolicy : OwaMailboxPolicy-DefaultIn Teams I get:
Change your profile picture
Picture options are disabled by policy.
Yet on of my users got a Dinosaur picture instead the one which was admin uploaded
I simply cannot figure out how that happened (user reckons she did not purposely change, and in fact wants it reverted to proper one - so I am not fighting user here, just need to understand the mystery)
Seb
SusanMcClements
Jan 15, 2024Iron Contributor
we had everything locked down and found users were changing in Windows.
- SebCerazyJan 15, 2024Iron ContributorYes, that what I found. User can change local machine profile & that somehow propagates to Azure random bits
Very annoying!
Seb