Reputation: 10940
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.
Upvotes: 1
Views: 2682
Reputation: 6955
You could call the Enable-CSUser powershell command from a C# app - see the articles here and here
Upvotes: 4