esskar
esskar

Reputation: 10940

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.

Upvotes: 1

Views: 2682

Answers (1)

Paul Nearney
Paul Nearney

Reputation: 6955

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

Upvotes: 4

Related Questions