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,
Diego Martinez
Nov 29, 2017Copper Contributor
Try with this one > Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -SetPhotoURL $false
You'll disable the users the option to search and choose the photo they want to upload.
Of course, after apply the already known Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -SetPhotoEnabled $false
- AnonymousNov 30, 2017
Hi Diego,
Thanks for your answer. Could you please tell me more about the SetPhotoURL parameter?
It seems it's a String type of value, not Boolean.
Also, I'm note sure that this command will prevent users from uploading their photo in Teams.
- Diego MartinezSep 10, 2018Copper ContributorJust try it and let us know if it works, it worked in my side.
> Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -SetPhotoURL $false- Raymond BooneSep 10, 2018Iron Contributor
We set this long ago here and it's never prevented us from using Teams to change the photo. It does prevent changing the photo from other Office 365 apps.