Friday, January 21, 2011

How to add lync profile pictures

In microsoft Lync you can see many ways to add profile pictures to your lync client.

- Adding picture to corporate profile (By Poweshell)

in your exchange management shell you can type following command to upload a photo. Please note before you add thease to powershell change it to apporopriate parameters. But the picture you are preparing to add must be least 10 kb.

Import-RecipientDataProperty -Identity "Enter Name as in your active directory" -Picture -FileData ([Byte[]]$(Get-Content -Path "{Image Path -C:\pictures\BharatSuneja.jpg}" -Encoding Byte -ReadCount 0))

-Adding picture through web site (30 kb)

if you want to add customized picture as a Lync user, Simply log in to a Lync Client.

Tools -> Options -> My Picture -> Select option (Select Picture from a web site) and please mention the path you have uploaded your photo.

Good Luck...!

Well.. If you need to add a customized photo as a user you can simply log in to

1 comment:

  1. I Added a photo to the profile. But It is not syscing properly.. Can you guide me..

    ReplyDelete