Quantcast
Channel: UC Geek - Lync and Skype for Business Specialist
Viewing all articles
Browse latest Browse all 116

EXCH 2010 - Adding Thumbnail Pictures

$
0
0


The following command imports a picture to the thumbnailphoto attribute in AD. This can be used by Outlook, Lync, SharePoint and other application to display a users picture.

Import-RecipientDataProperty -Identity "mailbox name" -Picture -FileData ([Byte[]]$(Get-Content -Path "D:\Pictures\bob.jpg" -Encoding Byte -ReadCount 0))

Thumbnail image must be less than 10k.


Viewing all articles
Browse latest Browse all 116

Trending Articles