- Open the server
- Save the user profile Photo image saved in Local disk.
- Open exchange Management shell and Run below mentioned cmd and mention image save location yellow marked location in cmd
- Import-RecipientDataProperty -Identity "full name" -Picture -FileData ([Byte[]]$(Get-Content -Path "C:\photos\firstlast.jpg" -Encoding Byte -ReadCount 0))
- Check if details updated or not in AD attribute (Thumbnail Photo)
No comments:
Post a Comment