Symptoms
The Microsoft Office Communications Server 2007 (OCS) Instant Messaging (IM) integration with Microsoft Exchange Server 2010 Outlook Web App (OWA) does not work as expected. For example, the Contact List option is does not appear in OWA.
Cause
This issue occurs if the following conditions are true:
-
An OWA mailbox policy is assigned to the user.
-
The InstantMessagingType attribute in the OWA mailbox policy has a value of None.
Resolution
To resolve this issue, follow these steps:
-
Open Exchange Management Shell (EMS).
Note You must use EMS to follow these steps. The InstantMessagingType attribute is not available in Exchange Management Console (EMC). -
At the command prompt, run the following cmdlet to verify the value of the InstantMessagingType attribute.
Note By default, the value of the InstantMessagingType attribute is None.Get-OwaMailboxPolicy -Identity Default |fl in*
-
Verify the value of the InstantMessagingType attribute. For example, the cmdlet in step 2 may return the following:
-
At the command prompt, run the following cmdlet to set the value of the InstantMessagingType attribute to OCS:
Set-OwaMailboxPolicy -Identity Default -InstantMessagingType OCS
-
Run the IISreset command to reset Internet Information Services (IIS). To do this, follow these steps:
-
Click Start, and then type cmd in the Search programs and files box.
-
Right-click cmd.exe in the Programs list, and then click Run as administrator.
-
At the command prompt, copy or type the following command, and then press Enter:
IISreset /noforce
-
More Information
To view the value of the InstantMessagingEnabled attribute in Exchange Management Console (EMC), follow these steps:
-
Start EMC.
-
Under Microsoft Exchange, expand Microsoft Exchange On-Premises.
-
Expand Organization Configuration, and then click Client Access.
-
On the Outlook Web App Mailbox Policies tab, right-click the policy that you want, and then click Properties.
-
On the Segmentation tab, verify the status of the Instant Messaging feature.