Skip to the main content.

1 min read

Too popular for Lync-Maximum Followers Reached

In Lync 2010 and 2013, if you are too popular, when someone adds you to their contact list they will see the following message “Maximum Followers Reached”.  This topic is also covered in TechNet.  This can be an annoyance in very large companies or people who are too cool for their own good. 🙂

image

By default, Lync will allow 200 people to “follow” you or add you to their contact list and see your presence, but it’s not that simple.  Lync will actually allow 1000 subscriptions to your account.  When someone subscribes they are actually making 5 calls for information, therefore only 200 can follow you.  This setting is controlled in the Global Presence Policy by the MaxCategorySubscription attribute.  This attribute can be anything between 0-3000, in other words you can allow up to 600 people to follow you.

image

You can run Get-CsPresencePolicy to see the current setting.  By default, all users are not configured for a Presence Policy, so they will inherit the Global policy.  Run the Get-CsUser cmdlet to see the setting on your account.

image

You can modify this setting at the Global level for all users, but in general I don’t like to increase the default limits set by Microsoft, so I would recommend creating a new Presence Policy using New-CsPresencePolicy cmdlet and assigning it to particular users using Grant-CsPresencePolicy cmdlet.  Changing this for all users can increase your server load for this feature up to 3 times.

New-CsPresencePolicy -Identity TheCoolPeople –MaxCategorySubscription 3000

image

To assign the policy to a user account you need to use the Grant-CsPresencePolicy cmdlet, but I like the check the setting ahead of time using the Get-CsUser cmdlet like thus.

Get-CsUser David_Rowe | ft Identity,PresencePolicy

Then

Grant-CsPresencePolicy -Identity david_rowe -PolicyName "TheCoolPeople"

image

Then you can check the policy is assigned to the account.

Get-CsUser David_Rowe | ft Identity,PresencePolicy

image

Now I am a member of TheCoolPeople and 600 people can follow me in their Lync client.

 

http://support.microsoft.com/kb/2795173

http://technet.microsoft.com/en-us/library/gg182614.aspx

The Benefits of Transitioning to Microsoft Fabric for Power BI Users

The Benefits of Transitioning to Microsoft Fabric for Power BI Users

As Microsoft rolls out its comprehensive analytics platform, Microsoft Fabric, existing Power BI users face a pivotal moment of transition. This...

Facing SQL Server 2014 End of Support: Upgrade or Migrate?

Facing SQL Server 2014 End of Support: Upgrade or Migrate?

July 9th, 2024 marked theend of support(EOS), for SQL Server 2014following that of Windows and SQL Server 2012 in the past few years. This end of...

Microsoft Q2 2024 Licensing Updates

Microsoft Q2 2024 Licensing Updates

Microsoft continues to deliver a stream of thrilling announcements throughout 2024!