Search code examples
c#lync-2010lyncucma

Enabling Users for LYNC 2010 using C#


Is there a way to enable users on the Lync server via C#. I refer to the same functionality that runs when you go to Lync Server Control Panel, and creating a new Lync Server User.


Solution

  • You could call the Enable-CSUser powershell command from a C# app - see the articles here and here