Veremos aqui como alterar ou remover a foto do usuário (perfil) usando PowerShell (EMC) no Exchange 2016.
No EMC, digite:
Alterando a foto:
Set-UserPhoto “Test01” -PictureData [System.IO.File]::ReadAllBytes(“C:\files\photo.jpg”))
Removendo a foto:
Remove-UserPhoto -Identity test01