Managing a SIP Application on Lync Server
Managing a SIP Application on Lync Server
Managing a SIP application on Microsoft Lync Server 2010 involves retrieving and modifying the application settings as well as removing the application. These can be done using the following Microsoft Windows PowerShell commands:
To retrieve an application’s settings:
get-CsServerApplication
To change an application’s settings:
set-CsServerApplication
To remove an application:
remove-CsServerApplication
These commands can be used to dynamically update an application’s settings, without shutting down the server.