Forum Discussion
Teams profile picture now possible to change with Exchange on-premise mailbox
For your info. we have changed two settings a while ago, perhaps its take a couple of weeks to activate.
########################
SharePoint Online profile policy
-----------------------------------
Setting up your SharePoint Online profile policy requires you to use the Microsoft 365 admin center interface.
- Go to Microsoft 365 admin center, click Show all in the left menu and choose SharePoint to access the SharePoint Online admin center.
In the SharePoint Online admin center, click More features, and click Open in the User profiles section.
Go to Manage User Properties.
Click Picture and then click Edit Policy.
In the Policy settings, clear the Allow users to edit values for this property checkbox, scroll down and click OK.
####################
Exchange Setting:
-----------------------------------------------------------
PS C:\WINDOWS\system32> Get-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default"
…
SetPhotoEnabled : True
…
PS C:\WINDOWS\system32> Set-OwaMailboxPolicy -SetPhotoEnabled $false -Identity "OwaMailboxPolicy-Default"
PS C:\WINDOWS\system32> Get-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default"
…
SetPhotoEnabled : False
…