Hello! I change photo for user with cmdlets, but photo not change in OWA.
Set-UserPhoto "Paul Cannon" -PictureData ([System.IO.File]::ReadAllBytes("C:\Temp\John.jpg"))
Set-UserPhoto "Paul Cannon" -Save
Is any way to force update photo as soon as possible?
Truly, Valery Tyurin