Sunday, November 29

Adding picture into Exchange 2010 and Outlook 2010


One of the great things and interest me to move our organization to Exchange 2010 and Outlook 2010 is this. You will be able to see your GAL account, picture. Thanks to Ilse sharing this info with MVP :)

Well, one picture is max 10k, will not really add size to AD Database.

1) Get ready your picture, ours in jpg format, less than 10k, remember.
2) In Exchange 2010, launch management shell and type this command:
import-RecipientDataProperty -Identity poo -Picture -FileData (Byte[]] $(Get-content -path "C:\Photos\poo.jpg" -Encoding Byte -ReadCount 0))
3) Launch your Outlook 2010 and mouse over the account in your e-mail, there you go.

Exchange 2010 disclaimer

In recent new efficiency launch, emails sent to me on how to put in image in Exchange 2010 disclaimer.

It is great to know in Exchange 2010 disclaimer, you will be able to put in HTML tag, which means basically, you can put almost what you want into it. In addition, you will be able to get information from Active Directory, a central repository for your organization.

Once, great job from Microsoft Exchange team.

To know more how-to?

Click here to visit the website.