Archive for Exchange

Communicator 2007 R2 Hotfix Rollup May 2009

Just caught wind of a new Communicator hotfix. It brings Communicator up to version 3.5.6907.22.

KB Article 971083 states this hotfix addresses the following issue:

971078 An Automatic Update download is not initiated on a computer that is running Office Communicator 2007 R2 build 3.5.6907.9

According to Matt Wade’s blog, this hotfix also provides compatibility for Exchange 2010. Although at the time of this post, the KB article does not include that information.

970057 Exchange Connection error when you use Office Communicator 2007 R2 with your mailbox in Exchange Server 2010: “Communicator could not retrieve calendar or Out of Office information from Exchange Web Services”

Download the hotfix here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=515d6dba-4c6a-48bb-a06a-d99c5742676d&displaylang=en

Comments

Free UC Developer Sandbox Accounts

GotUC.net is offering free accounts on their OCS environment to developers looking for an OCS sandbox to test code. I just signed up for my account, what are you waiting for?

http://gotuc.net/blogs/gotuc/archive/2009/05/13/sign-up-for-the-uc-developer-sandbox.aspx

Comments

Exchange 2010 (Exchange 14) Officially Announced

Comments

Programatically Adding Document Favorites to OWA

I’ve looked all over the web. I’ve only found 1 way to do this programmatically and it’s a hack at best. You would have to extend this guy’s script to enumerate through all the mailboxes and create the favorites object. Manipulation of these objects is not provided through a supported Exchange API.

The recommended way to do this is to publish detailed documentation for the users to follow.
http://gsexdev.blogspot.com/2007/10/adding-document-favorite-links-for.html

Comments

Exchange 2007 SP1 Update Rollup 4 Nightmare

I was one of the unfortunate who happened to install the update Tuesday night. I followed Scott Roberts’ instructions for fixing the EWS web.config, but I had an additional anomaly. Throughout the entire web.config were randomly scattered NULL characters which had replaced valid characters. So for some people, a find and replace on %ExchangeInstallDir% might not completely solve the issue. Try opening the web.config up in a better text editor that is capable of displaying non-text ASCII characters. I used Notepad++ for this. You will still have to find and fix the NULL characters by hand. See the MS Exchange team blog entry for more info.

http://msexchangeteam.com/archive/2008/09/11/449787.aspx

Comments

Optimizing Exchange Performance: Free Seminar

Find out how to achieve peak performance in an Exchange 2003 or 2007 environment!

At this free one-day seminar, independent expert Richard Luckett offers architecture guidance, practical tips and best practices you can use to solve performance problems and properly maintain your Exchange servers. He’ll also show you how to prepare for and take advantage of the significant changes in Exchange Server 2007.

Keynote Speakers

Richard Luckett, President SYSTMS of NY, Inc.

http://events.techtarget.com/Exchange/

Comments

How to Make an Exchange Mail Enabled Public Folder an AD Distribution List Member

I came across this issue at work today. A customer wanted to use a Distribution List to send incoming faxes to an Exchange user mailbox and an Exchange e-mail enabled public folder because the fax to e-mail bridge device was incapable of sending the fax to multiple recipients. After I created the DL Group in AD, I couldn’t add the Public Folder or it’s associated e-mail address as a member. Soon after, I realized that the Exchange objects were not visible from Active Directory Users and Computers. Using Exchange System Manager, I browsed to the Public Folder and added the Public Folder to the Group. It works in the other direction. Checking the membership of the group in Active Directory Users and Computers, I found that the Public Folder was visible as a member.

Comments