Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

An update is available to display the extension number of non-US telephone numbers in contact cards in Lync 2010


View products that this article applies to.

Introduction

This article describes an update that enables Microsoft Lync 2010 to display extension numbers in contact cards for contacts that use a non-US telephone number together with an extension number.

↑ Back to the top


More Information

To display the extension number in the contact card, the administrator must install the following cumulative update:
2737155 Description of the cumulative update package for Lync 2010: October 2012


After the update is installed, the administrator must set the value of the ShowExtensionInFormattedDisplayString client policy to "true." To do this, the administrator must run the following cmdlets in the Lync Server 2010 Management Shell:
$x = New-CsClientPolicyEntry -Name "ShowExtensionInFormattedDisplayString" -Value "True"
$y = Get-CsClientPolicy -Identity Policy_Identity
$y.PolicyEntry.Add($x)
Set-CsClientPolicy -Instance $y
Note In this command, "Policy_Identity" is a placeholder for the policy identity. For example, you can use "Global" as the policy identity.

For more information about new Address Book features, go to the following Microsoft website:For more information about how to use the New-CsClientPolicyEntry cmdlet, go to the following Microsoft website:

↑ Back to the top


Keywords: kbqfe, kbsurveynew, kbfix, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2735322
Revision : 1
Created on : 1/7/2017
Published on : 10/12/2012
Exists online : False
Views : 176