question

RogerRoger-2394 avatar image
0 Votes"
RogerRoger-2394 asked YukiSun-MSFT commented

Profile Photo

Hi All

My office365 users cannot change their profile pic, when they login to office365 and when they click on photo they see can't change photo message (Your profile photo was provided by by your IT.To change your photo, contact your admin.). i want to edit this can't change photo message, i want to add a url or redirect users to a url. is it possible to do so. I can see SetPhotoURL in the below article but not sure how to use it.
https://docs.microsoft.com/en-us/powershell/module/exchange/set-owamailboxpolicy?view=exchange-ps

office-exchange-server-administrationoffice-exchange-online-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YukiSun-MSFT avatar image
0 Votes"
YukiSun-MSFT answered YukiSun-MSFT commented

Hi @RogerRoger-2394,

when they login to office365 and when they click on photo they see can't change photo message (Your profile photo was provided by by your IT.To change your photo, contact your admin.)

By this, do you mean you have prevented users from changing their profile photo by modifying the OWA mailbox policy?

 Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -SetPhotoEnabled $false

But based on my test, setting "-SetPhotoEnabled" to "$false" just removes the option to change the photo, while no warning message was noticed.
101974-2.jpeg

Did I misunderstand anything? Or the warning message is what the users see in the My account page?
101955-1.jpeg

If that is the case, based on my research, there's no option or command parameter available to edit this message, so it seems that it's not feasible to customize it.


1.jpeg (46.3 KiB)
2.jpeg (16.6 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @RogerRoger-2394,

Just checing in to see how thing are going on with this thread. Feel free to post back with the additional informaiton if you still need help on this.


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 Votes 0 ·

why i am not able to see to mark as Accept Answer

0 Votes 0 ·

Hi @RogerRoger-2394

I’ve converted my previous post from comment to answer, and now you should be able to see the "Accept Answer" button.


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

0 Votes 0 ·